Skip to content
Snippets Groups Projects
Commit 9f666b0d authored by Henry Weller's avatar Henry Weller
Browse files

pairPatchAgglomeration: Added call to compactLevels at the end of agglomerate

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1853
parent 6f939abb
Branches
Tags
No related merge requests found
......@@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate()
nCoarseFacesOld = nCoarseFaces;
}
compactLevels(nCreatedLevels);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment