openfoam/src/OpenFOAM/include/checkTimeOptions.H
2009-12-04 13:39:35 +01:00

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"