BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / applications / utilities / mesh / manipulation / mergeMeshes / createTimes.H
blob01f173f10c09e657d0a6a693503c023b4a56204a
1     Info<< nl << "Create Times" << endl;
3     const fileName masterCasePath = masterCase.path();
4     const fileName masterCaseName = masterCase.name();
6     Time runTimeMaster
7     (
8         Time::controlDictName,
9         masterCasePath,
10         masterCaseName
11     );
13     const fileName addCasePath = addCase.path();
14     const fileName addCaseName = addCase.name();
16     Time runTimeToAdd
17     (
18         Time::controlDictName,
19         addCasePath,
20         addCaseName
21     );