STYLE: new time structure

This commit is contained in:
mattijs
2010-04-15 11:59:31 +01:00
parent 5080bd3237
commit 21b283779c

View File

@ -78,7 +78,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;