OpenFOAM-2.4.x/src/OpenFOAM/include/addTimeOptions.H
2014-02-17 16:00:08 +00:00

29 lines
508 B
C

//
// addTimeOptions.H
// ~~~~~~~~~~~~~~~~
Foam::argList::addBoolOption
(
"constant",
"include the 'constant/' dir in the times list"
);
Foam::argList::addBoolOption
(
"latestTime",
"select the latest time"
);
Foam::argList::addBoolOption
(
"noZero",
"exclude the '0/' dir from the times list"
);
Foam::argList::addOption
(
"time",
"time",
"specify a single time value to select"
);