BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / src / OpenFOAM / include / checkTimeOptions.H
bloba52fc1d05ba938b5b9ebe58086db7caf9628e446
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"