settlingFoam: Corrected time-loop

This commit is contained in:
Henry
2011-04-28 21:13:57 +01:00
parent 6500f9e997
commit d8630c4677

View File

@ -57,7 +57,7 @@ int main(int argc, char *argv[])
Info<< "\nStarting time loop\n" << endl;
while (pimple.loop())
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;