repo.or.cz
/
foam-extend-3.2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Report patch name instead of index in debug
[foam-extend-3.2.git]
/
src
/
foam
/
include
/
checkTimeOptions.H
blob
f5e724832245c513f90ad95aaa7f3949b2aa55ea
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"