1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-03 14:10:33 +03:00

Fixed remark

This commit is contained in:
dkulikov
2025-08-29 17:28:59 +01:00
parent d644a7b47f
commit 40c01dedcf

View File

@@ -1454,7 +1454,6 @@ void BRepMesh_Delaun::killTrianglesAroundVertex(
IMeshData::ListOfInteger::Iterator aNeighborsIt = myMeshData->LinksConnectedTo(theZombieNodeId);
// Try to infect neighbor nodes
// std::list<Standard_Integer> aVictimNodes;
for (; aNeighborsIt.More(); aNeighborsIt.Next())
{
const Standard_Integer& aNeighborLinkId = aNeighborsIt.Value();