STYLE: streamLineParticle : indentation

This commit is contained in:
mattijs
2010-10-27 16:06:22 +01:00
parent 1525e24b37
commit 64d13d8b38

View File

@ -51,9 +51,10 @@ Foam::scalar Foam::streamLineParticle::calcSubCycleDeltaT
td.keepParticle = oldKeepParticle; td.keepParticle = oldKeepParticle;
td.switchProcessor = oldSwitchProcessor; td.switchProcessor = oldSwitchProcessor;
// Adapt the dt to subdivide the trajectory into 4 substeps. // 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 Foam::vector Foam::streamLineParticle::interpolateFields
( (
const streamLineParticle::trackData& td, const streamLineParticle::trackData& td,