initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / src / OpenFOAM / include / checkTimeOptions.H
blob7b2b15b32955145cb08c801e89e1e15bc57c26a5
1 //
2 // checkTimeOptions.H
3 // ~~~~~~~~~~~~~~~~~~
5     Foam::label startTime = 0;
6     Foam::label endTime = Times.size();
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"