repo.or.cz
/
OpenFOAM-2.0.x.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: autoLayerDriver: better layering information message
[OpenFOAM-2.0.x.git]
/
src
/
OpenFOAM
/
include
/
checkTimeOptions.H
blob
a52fc1d05ba938b5b9ebe58086db7caf9628e446
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"