mergeMeshes: Disable functionObjects

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
This commit is contained in:
Henry Weller
2015-10-23 12:41:46 +01:00
parent 7595f4c225
commit 86f10cda39

View File

@ -9,6 +9,7 @@
masterCasePath,
masterCaseName
);
runTimeMaster.functionObjects().off();
const fileName addCasePath = addCase.path();
const fileName addCaseName = addCase.name();
@ -19,4 +20,4 @@
addCasePath,
addCaseName
);
runTimeToAdd.functionObjects().off();