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:
Henry Weller
2024-01-21 09:31:12 +00:00
parent d308752ea4
commit c018244305

View File

@ -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