diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C index 64aa8a8f16..07210a87f0 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriverShrink.C @@ -903,6 +903,24 @@ void Foam::autoLayerDriver::medialAxisSmoothingInfo mesh.globalData().nTotalPoints(), // max iterations dummyTrackData ); + + + label nUnvisit = returnReduce + ( + wallDistCalc.getUnsetPoints(), + sumOp