From c018244305d6cd5a98168aac4f000a831f91eb4e Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 21 Jan 2024 09:31:12 +0000 Subject: [PATCH] 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. --- .../utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C index 87cd8f5a00..b39d9a131d 100644 --- a/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C +++ b/applications/utilities/mesh/manipulation/mergeMeshes/mergeMeshes.C @@ -175,7 +175,7 @@ int main(int argc, char *argv[]) // Construct the time for the new case without reading the controlDict Time runTimeToAdd ( - // Time::controlDictName, + Time::controlDictName, addCasePath, addCaseName, false