switch off functionObjects

This commit is contained in:
mattijs
2008-09-28 19:27:04 +01:00
parent b973a688d3
commit 0dc639e90a
21 changed files with 21 additions and 0 deletions

View File

@ -346,6 +346,7 @@ int main(int argc, char *argv[])
# include "addTimeOptions.H"
# include "setRootCase.H"
# include "createTime.H"
runTime.functionObjects().off();
bool patchFaces = args.options().found("patchFaces");
bool doCell = args.options().found("cell");