0025841: Incorrect edge displaying
[occt.git] / src / BRepMesh / BRepMesh_EdgeTessellator.cxx
index d0c636d..dfa12b8 100644 (file)
@@ -73,7 +73,7 @@ BRepMesh_EdgeTessellator::BRepMesh_EdgeTessellator(
 
   if (aCurveType == GeomAbs_BSplineCurve)
   {
-    // TODO: remove this code block when #24959 is fixed
+    // bug24220
     const Standard_Integer aNbInt = myCOnS.NbIntervals(GeomAbs_C1);
     if ( aNbInt > 0 )
     {
@@ -99,7 +99,7 @@ BRepMesh_EdgeTessellator::BRepMesh_EdgeTessellator(
       }
     }
   }
-  
+
   // PTv, chl/922/G9, Take into account internal vertices
   // it is necessary for internal edges, which do not split other edges, by their vertex
   TopExp_Explorer aVertexIt(theEdge, TopAbs_VERTEX);