FreeFOAM The Cross-Platform CFD Toolkit
checkTimeOptions.H
Go to the documentation of this file.
1 //
2 // checkTimeOptions.H
3 // ~~~~~~~~~~~~~~~~~~
4 
5  Foam::label startTime = 0;
6  Foam::label endTime = Times.size();
7 
8 // unless -constant is present, skip startTime if it is "constant"
9 # include "checkConstantOption.H"
10 
11 // check -time and -latestTime options
12 # include "checkTimeOption.H"