Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
andy
2010-04-08 17:21:12 +01:00
2 changed files with 5 additions and 0 deletions

View File

@ -519,6 +519,10 @@ bool Foam::Time::loop()
if (running) if (running)
{ {
operator++(); operator++();
// Check update the "running" status following the "++" operation
// to take into account possible side-effects from functionObjects
running = run();
} }
return running; return running;

View File

@ -6,6 +6,7 @@ wmake libso field
wmake libso forces wmake libso forces
wmake libso IO wmake libso IO
wmake libso utilities wmake libso utilities
wmake libso residualControl
wmake libso systemCall wmake libso systemCall
# ----------------------------------------------------------------- end-of-file # ----------------------------------------------------------------- end-of-file