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

mergeMeshes: Disable functionObjects

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
parent 7595f4c2
Branches
Tags
1 merge request!25Merge foundation
...@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment