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:
Henry Weller
2015-09-17 17:05:12 +01:00
parent 3c71648ed5
commit 3ca5ecb15a

View File

@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate()
nCoarseFacesOld = nCoarseFaces;
}
compactLevels(nCreatedLevels);
}