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
Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git]
/
applications
/
utilities
/
mesh
/
manipulation
/
mergeMeshes
/
createTimes.H
blob
2e69bfb498455b41e6d93c1a9d0cd6b37cba7ec0
1
Info<< nl << "Create Times" << endl;
2
3
Time runTimeMaster
4
(
5
Time::controlDictName,
6
rootDirMaster,
7
caseDirMaster,
8
"system",
9
"constant",
10
!args.optionFound("noFunctionObjects")
11
);
12
13
Time runTimeToAdd
14
(
15
Time::controlDictName,
16
rootDirToAdd,
17
caseDirToAdd,
18
"system",
19
"constant",
20
!args.optionFound("noFunctionObjects")
21
);