mergeMeshes: Reinstated reading of the controlDict of added cases
to set the time and other case controls. This is possible and reliable now that the functionObject specifications are in a separate functions file which is not read.
This commit is contained in:
@ -175,7 +175,7 @@ int main(int argc, char *argv[])
|
|||||||
// Construct the time for the new case without reading the controlDict
|
// Construct the time for the new case without reading the controlDict
|
||||||
Time runTimeToAdd
|
Time runTimeToAdd
|
||||||
(
|
(
|
||||||
// Time::controlDictName,
|
Time::controlDictName,
|
||||||
addCasePath,
|
addCasePath,
|
||||||
addCaseName,
|
addCaseName,
|
||||||
false
|
false
|
||||||
|
|||||||
Reference in New Issue
Block a user