mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Creation of OpenFOAM-dev repository 15/04/2008
This commit is contained in:
15
applications/utilities/preProcessing/mapFields/createTimes.H
Normal file
15
applications/utilities/preProcessing/mapFields/createTimes.H
Normal file
@ -0,0 +1,15 @@
|
||||
Info<< nl << "Create databases as time" << endl;
|
||||
|
||||
Time runTimeSource
|
||||
(
|
||||
Time::controlDictName,
|
||||
rootDirSource,
|
||||
caseDirSource
|
||||
);
|
||||
|
||||
Time runTimeTarget
|
||||
(
|
||||
Time::controlDictName,
|
||||
rootDirTarget,
|
||||
caseDirTarget
|
||||
);
|
||||
Reference in New Issue
Block a user