addPatchCellLayer::setRefinement: Corrected handing of multi-zone extrusion
This commit is contained in:
@ -1092,7 +1092,7 @@ void Foam::addPatchCellLayer::setRefinement
|
|||||||
|
|
||||||
forAll(ownZones, zonei)
|
forAll(ownZones, zonei)
|
||||||
{
|
{
|
||||||
cellZonesAddedCells_[zonei].insert
|
cellZonesAddedCells_[ownZones[zonei]].insert
|
||||||
(
|
(
|
||||||
addedCells[patchFacei][i]
|
addedCells[patchFacei][i]
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user