Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / src / foam / include / checkTimeOptions.H
blobf5e724832245c513f90ad95aaa7f3949b2aa55ea
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"
11 // check -time and -latestTime options
12 #   include "checkTimeOption.H"