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 addBoolOption(const word &optName, const string &usage="", bool advanced=false)
Add a bool option to validOptions with usage information.
Definition: argList.C:324
static void addOption(const word &optName, const string &param="", const string &usage="", bool advanced=false)
Add an option to validOptions with usage information.
Definition: argList.C:335