BUG: Corrected variable name change after merge with master

This commit is contained in:
andy
2010-10-27 18:26:14 +01:00
parent cfce348b1e
commit 698be54a5c

View File

@ -223,7 +223,7 @@ bool Foam::streamLineParticle::move
dt *= fraction;
tEnd -= dt;
stepFraction() = 1.0 - tEnd/deltaT;
stepFraction() = 1.0 - tEnd/trackTime;
if (tEnd <= ROOTVSMALL)
{