addFunctionObjectsOption.H
Go to the documentation of this file.
1 Foam::argList::removeOption("noFunctionObjects");
2 
4 (
5  "functionObjects",
6  "Execute functionObjects"
7 );
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition: argList.C:118
static void removeOption(const word &opt)
Remove option from validOptions and from optionUsage.
Definition: argList.C:168