Skip to content
Snippets Groups Projects
Commit 698be54a authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: Corrected variable name change after merge with master

parent cfce348b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment