13 lines
295 B
C
13 lines
295 B
C
//
|
|
// checkTimeOptions.H
|
|
// ~~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::label startTime = 0;
|
|
Foam::label endTime = Times.size();
|
|
|
|
// unless -constant is present, skip startTime if it is "constant"
|
|
# include "checkConstantOption.H"
|
|
|
|
// check -time and -latestTime options
|
|
# include "checkTimeOption.H"
|