STYLE: convert to new time loop structure

This commit is contained in:
mattijs
2010-04-15 11:58:33 +01:00
parent 1fe76fef6a
commit 5080bd3237

View File

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