Files
openfoam/src/OpenFOAM/include/checkTimeOptions.H

13 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"