OpenFOAM-4.x/src/OpenFOAM/include/checkTimeOptions.H

11 lines
245 B
C

//
// checkTimeOptions.H
// ~~~~~~~~~~~~~~~~~~
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"