addCheckCaseOptions.H
Go to the documentation of this file.
2 (
3  "dry-run",
4  "Check case set-up only using a single time step"
5 );
7 (
8  "dry-run-write",
9  "Check case set-up and write only using a single time step"
10 );
Foam::argList::addBoolOption
static void addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
Definition: argList.C:338