Skip to content
Snippets Groups Projects
Commit 129ce922 authored by mattijs's avatar mattijs
Browse files

ENH: Use new time looping structure

parent 4747a0c2
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
#include "initContinuityErrs.H"
while (runTime.run())
while (runTime.loop())
{
Info<< "Time = " << runTime.timeName() << nl << endl;
......@@ -81,8 +81,6 @@ int main(int argc, char *argv[])
#include "convergenceCheck.H"
}
runTime++;
runTime.write();
Info<< "ExecutionTime = " << runTime.elapsedCpuTime() << " s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment