mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
functionObjectList with SHA1Digest tracking
This commit is contained in:
@ -74,7 +74,7 @@ namespace Foam
|
||||
}
|
||||
else
|
||||
{
|
||||
functionObjectList fol(runTime, runTime.controlDict());
|
||||
functionObjectList fol(runTime);
|
||||
fol.start();
|
||||
fol.execute();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user