functionObjectList with SHA1Digest tracking

This commit is contained in:
Mark Olesen
2009-02-12 10:51:30 +01:00
parent dfe1df4c61
commit b5a1f09321
5 changed files with 74 additions and 40 deletions

View File

@ -74,7 +74,7 @@ namespace Foam
}
else
{
functionObjectList fol(runTime, runTime.controlDict());
functionObjectList fol(runTime);
fol.start();
fol.execute();
}