Files
openfoam/src/OpenFOAM/include/addCheckCaseOptions.H
Andrew Heather 66ba2dd674 ENH: check case tool - updated command line arguments:
-dry-run : perform check only and no writing
-dry-run-write: perform check and write to the next time step.  This
also triggers function objects that fire on the call to write()
2018-02-26 11:46:03 +00:00

11 lines
222 B
C

Foam::argList::addBoolOption
(
"dry-run",
"Check case set-up only using a single time step"
);
Foam::argList::addBoolOption
(
"dry-run-write",
"Check case set-up and write only using a single time step"
);