pairPatchAgglomeration: Added call to compactLevels at the end of agglomerate
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1853
This commit is contained in:
parent
6f939abb85
commit
9f666b0dbd
1 changed files with 2 additions and 0 deletions
|
|
@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate()
|
|||
|
||||
nCoarseFacesOld = nCoarseFaces;
|
||||
}
|
||||
|
||||
compactLevels(nCreatedLevels);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue