addTimeOptions.H
Go to the documentation of this file.
2 (
3  "constant",
4  "include the 'constant/' dir in the times list"
5 );
6 
8 (
9  "latestTime",
10  "select the latest time"
11 );
12 
14 (
15  "noZero",
16  "exclude the '0/' dir from the times list"
17 );
18 
20 (
21  "time",
22  "time",
23  "specify a single time value to select"
24 );
static void addOption(const word &opt, const string &param="", const string &usage="")
Add to an option to validOptions with usage information.
Definition: argList.C:120
static void addBoolOption(const word &opt, const string &usage="")
Add to a bool option to validOptions with usage information.
Definition: argList.C:110