Skip to content
Snippets Groups Projects
Commit ed496c2c authored by Henry Weller's avatar Henry Weller
Browse files

mergeMeshes: Disable functionObjects

parent 745f88b1
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
masterCasePath, masterCasePath,
masterCaseName masterCaseName
); );
runTimeMaster.functionObjects().off();
const fileName addCasePath = addCase.path(); const fileName addCasePath = addCase.path();
const fileName addCaseName = addCase.name(); const fileName addCaseName = addCase.name();
...@@ -19,4 +20,4 @@ ...@@ -19,4 +20,4 @@
addCasePath, addCasePath,
addCaseName addCaseName
); );
runTimeToAdd.functionObjects().off();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment