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

8 lines
197 B
C

Foam::label startTime = 0;
// Unless -constant is present, skip startTime if it is "constant"
#include "checkConstantOption.H"
// Check -time and -latestTime options
#include "checkTimeOption.H"