Skip to content
Snippets Groups Projects
Commit 4bf6f2ec authored by mattijs's avatar mattijs
Browse files

STYLE: meshRefinementBaffles.C additional comment

parent 56cf9169
No related branches found
No related tags found
No related merge requests found
......@@ -1234,6 +1234,7 @@ void Foam::meshRefinement::findCellZoneTopo
{
label surfI = namedSurfaceIndex[faceI];
// Connected even if no cellZone defined for surface
if (surfI != -1)
{
// Calculate region to zone from cellRegions on either side
......@@ -1286,6 +1287,7 @@ void Foam::meshRefinement::findCellZoneTopo
label surfI = namedSurfaceIndex[faceI];
// Connected even if no cellZone defined for surface
if (surfI != -1)
{
bool changedCell = calcRegionToZone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment