diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C index 648b0cadb4..345f47fe84 100644 --- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C +++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C @@ -978,8 +978,7 @@ Foam::conformalVoronoiMesh::reconformationControl() const else if ( runTime_.timeIndex() - % cvMeshControls().surfaceConformationRebuildFrequency() - == 0 + % cvMeshControls().surfaceConformationRebuildFrequency() == 0 ) { Info<< nl << " Rebuilding surface conformation for more iterations" @@ -1993,8 +1992,8 @@ void Foam::conformalVoronoiMesh::calcDualMesh // assigns an index to the Delaunay vertices which will be the dual cell // index used for owner neighbour assignment. - // The indices of the points are reset which destroys the point-pair - // matching, so the type of each vertex are reset to avoid any ambiguity. + // The indices of the points are reset *which **destroys** the point-pair + // matching*, so the type of each vertex are reset to avoid any ambiguity. label dualCelli = 0; @@ -2130,11 +2129,6 @@ void Foam::conformalVoronoiMesh::calcDualMesh { face newDualFace = buildDualFace(eit); - //bool keepFace = assessFace(newDualFace, vA, vB, points); - - // if (newDualFace.size() >= 3 && keepFace) - // { - if (newDualFace.size() >= 3) { @@ -2263,33 +2257,6 @@ void Foam::conformalVoronoiMesh::calcDualMesh removeUnusedPoints(faces, points); timeCheck(); - - // // Write out faces to be removed as a list of labels to be used in - // // faceSet - - // DynamicList