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

MGridGenGAMGAgglomeration: Update call to continueAgglomerating

Resolves bug-report http://bugs.openfoam.org/view.php?id=2244
parent b3e52247
Branches
Tags
No related merge requests found
......@@ -286,7 +286,7 @@ Foam::MGridGenGAMGAgglomeration::MGridGenGAMGAgglomeration
);
}
if (continueAgglomerating(nCoarseCells))
if (continueAgglomerating(finalAgglomPtr().size(), nCoarseCells))
{
nCells_[nCreatedLevels] = nCoarseCells;
restrictAddressing_.set(nCreatedLevels, finalAgglomPtr);
......
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