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
/
createTime.H
blob
18a3d1521e904db21f8961b49b44b54d8721ab24
1
//
2
// createTime.H
3
// ~~~~~~~~~~~~
4
5
Foam::Info<< "Create time\n" << Foam::endl;
6
7
Foam::Time runTime
8
(
9
Foam::Time::controlDictName,
10
args.rootPath(),
11
args.caseName(),
12
"system",
13
"constant",
14
!args.optionFound("noFunctionObjects")
15
);