mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
25 lines
379 B
C
25 lines
379 B
C
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"
|
|
);
|