checkConstantOption.H
Go to the documentation of this file.
1 // Unless -constant is present, skip startTime if it is "constant"
2 
3 if
4 (
5  !args.optionFound("constant")
6  && (startTime < Times.size()-1)
7  && (Times[startTime].name() == "constant")
8 )
9 {
10  startTime++;
11 }
bool optionFound(const word &opt) const
Return true if the named option is found.
Definition: argListI.H:108
word name(const complex &)
Return a string representation of a complex.
Definition: complex.C:47
Foam::argList args(argc, argv)
Foam::label startTime