diff --git a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C index e154576ad9..3904f96073 100644 --- a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C +++ b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementBaffles.C @@ -1522,30 +1522,6 @@ void Foam::meshRefinement::baffleAndSplitMesh if (debug) { - //- Note: commented out since not properly parallel yet. - //// Dump all these faces to a faceSet. - //faceSet problemGeom(mesh_, "problemFacesGeom", 100); - // - //const labelList facePatchGeom - //( - // markFacesOnProblemCellsGeometric - // ( - // motionDict, - // globalToPatch - // ) - //); - //forAll(facePatchGeom, faceI) - //{ - // if (facePatchGeom[faceI] != -1) - // { - // problemGeom.insert(faceI); - // } - //} - //Pout<< "Dumping " << problemGeom.size() - // << " problem faces to " << problemGeom.objectPath() << endl; - //problemGeom.write(); - - faceSet problemTopo(mesh_, "problemFacesTopo", 100); const labelList facePatchTopo