mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
13 lines
281 B
C
13 lines
281 B
C
//
|
|
// checkTimeOptions.H
|
|
// ~~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::label startTime = 0;
|
|
Foam::label endTime = Times.size();
|
|
|
|
// unless -constant is present, skip startTime if it is "constant"
|
|
#include "checkConstantOption.H"
|
|
|
|
// check -time and -latestTime options
|
|
#include "checkTimeOption.H"
|