Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / src / OpenFOAM / include / addTimeOptions.H
blob6110015c70f6fa6e749d5dd4a782cdf0d3049400
1 //
2 // addTimeOptions.H
3 // ~~~~~~~~~~~~~~~~
5     Foam::argList::addBoolOption
6     (
7         "constant",
8         "include the 'constant/' dir in the times list"
9     );
11     Foam::argList::addBoolOption
12     (
13         "latestTime",
14         "select the latest time"
15     );
17     Foam::argList::addBoolOption
18     (
19         "noZero",
20         "exclude the '0/' dir from the times list"
21     );
23     Foam::argList::addOption
24     (
25         "time",
26         "time",
27         "specify a single time value to select"
28     );