Skip to content
Snippets Groups Projects
Commit 5080bd32 authored by mattijs's avatar mattijs
Browse files

STYLE: convert to new time loop structure

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