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

12 lines
281 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"