mergeMeshes: Disable functionObjects
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
This commit is contained in:
@ -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 @@
|
|||||||
addCasePath,
|
addCasePath,
|
||||||
addCaseName
|
addCaseName
|
||||||
);
|
);
|
||||||
|
runTimeToAdd.functionObjects().off();
|
||||||
|
|||||||
Reference in New Issue
Block a user