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 6f939abb85
commit 9f666b0dbd

View File

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