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
/
preProcessing
/
mapFields
/
createTimes.H
blob
b7c8a1fe3343ea9426217c41890bcdf7819f5f93
1
Info<< nl << "Create databases as time" << endl;
2
3
Time runTimeSource
4
(
5
Time::controlDictName,
6
rootDirSource,
7
caseDirSource
8
);
9
10
Time runTimeTarget
11
(
12
Time::controlDictName,
13
rootDirTarget,
14
caseDirTarget
15
);