mergeMeshes: Disable functionObjects
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1756
This commit is contained in:
parent
7595f4c225
commit
86f10cda39
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue