MGridGenGAMGAgglomeration: Update call to continueAgglomerating
Resolves bug-report http://bugs.openfoam.org/view.php?id=2244
This commit is contained in:
parent
a7210ecb1a
commit
a28370dda1
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ Foam::MGridGenGAMGAgglomeration::MGridGenGAMGAgglomeration
|
|||
);
|
||||
}
|
||||
|
||||
if (continueAgglomerating(nCoarseCells))
|
||||
if (continueAgglomerating(finalAgglomPtr().size(), nCoarseCells))
|
||||
{
|
||||
nCells_[nCreatedLevels] = nCoarseCells;
|
||||
restrictAddressing_.set(nCreatedLevels, finalAgglomPtr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue