From 64d13d8b38a858cb18e7dbeebcd28659065253c0 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 27 Oct 2010 16:06:22 +0100 Subject: [PATCH] STYLE: streamLineParticle : indentation --- .../functionObjects/field/streamLine/streamLineParticle.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C index 7230a21345a..1fe0b2c2f86 100644 --- a/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C +++ b/src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C @@ -51,9 +51,10 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT td.keepParticle = oldKeepParticle; td.switchProcessor = oldSwitchProcessor; // Adapt the dt to subdivide the trajectory into 4 substeps. - return dt *fraction/td.nSubCycle_; + return dt*fraction/td.nSubCycle_; } + Foam::vector Foam::streamLineParticle::interpolateFields ( const streamLineParticle::trackData& td, -- GitLab