potentialFoam: Replaced the -withFunctionObjects option with -functionObjects

and removed the unused -noFunctionObjects option.
This commit is contained in:
Henry Weller
2024-01-21 09:27:12 +00:00
parent 06df35268f
commit 8402bc3de2
5 changed files with 8 additions and 8 deletions

View File

@ -78,7 +78,7 @@ int main(int argc, char *argv[])
"Calculate and write the pressure field"
);
#include "addWithFunctionObjectsOption.H"
#include "addFunctionObjectsOption.H"
#include "setRootCase.H"
#include "createTime.H"