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
/
createTime.H
blob
36fc675dc36acf76061de0263f02eebb90567d2c
1
//
2
// createTime.H
3
// ~~~~~~~~~~~~
4
5
Foam::Info<< "Create time\n" << Foam::endl;
6
7
Foam::Time runTime(Foam::Time::controlDictName, args);