Skip to content
Snippets Groups Projects
Commit d0b1511e authored by andy's avatar andy
Browse files
parents 078a3204 22717f32
Branches
Tags
No related merge requests found
......@@ -519,6 +519,10 @@ bool Foam::Time::loop()
if (running)
{
operator++();
// Check update the "running" status following the "++" operation
// to take into account possible side-effects from functionObjects
running = run();
}
return running;
......
......@@ -6,6 +6,7 @@ wmake libso field
wmake libso forces
wmake libso IO
wmake libso utilities
wmake libso residualControl
wmake libso systemCall
# ----------------------------------------------------------------- end-of-file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment