Skip to content

Commit

Permalink
pairPatchAgglomeration: Added call to compactLevels at the end of agg…
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Weller committed Sep 17, 2015
1 parent 6f939ab commit 9f666b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate()

nCoarseFacesOld = nCoarseFaces;
}

compactLevels(nCreatedLevels);
}


Expand Down

0 comments on commit 9f666b0

Please sign in to comment.