COMP: snappyHexMesh: growing cellZones. See #1528

This commit is contained in:
mattijs
2020-03-30 17:14:43 +01:00
parent e1ca5806dc
commit 69861df91d

View File

@ -6,7 +6,7 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
Copyright (C) 2011-2014 OpenFOAM Foundation
Copyright (C) 2015-2019 OpenCFD Ltd.
Copyright (C) 2015-2020 OpenCFD Ltd.
-------------------------------------------------------------------------------
License
This file is part of OpenFOAM.
@ -2456,7 +2456,6 @@ void Foam::meshRefinement::growCellZone
if (cellToZone[celli] == -2)
{
cellToZone[celli] = backgroundZoneID;
nBackgrounded++;
}
}
}