diff --git a/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C b/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C index f3c986bac..46fc5f185 100644 --- a/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C +++ b/src/fvAgglomerationMethods/pairPatchAgglomeration/pairPatchAgglomeration.C @@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate() nCoarseFacesOld = nCoarseFaces; } + + compactLevels(nCreatedLevels); }