mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -440,6 +440,8 @@ void Foam::pairPatchAgglomeration::agglomerate()
|
||||
|
||||
nCoarseFacesOld = nCoarseFaces;
|
||||
}
|
||||
|
||||
compactLevels(nCreatedLevels);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user