mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
Fixed remark
This commit is contained in:
@@ -1454,7 +1454,6 @@ void BRepMesh_Delaun::killTrianglesAroundVertex(
|
|||||||
IMeshData::ListOfInteger::Iterator aNeighborsIt = myMeshData->LinksConnectedTo(theZombieNodeId);
|
IMeshData::ListOfInteger::Iterator aNeighborsIt = myMeshData->LinksConnectedTo(theZombieNodeId);
|
||||||
|
|
||||||
// Try to infect neighbor nodes
|
// Try to infect neighbor nodes
|
||||||
// std::list<Standard_Integer> aVictimNodes;
|
|
||||||
for (; aNeighborsIt.More(); aNeighborsIt.Next())
|
for (; aNeighborsIt.More(); aNeighborsIt.Next())
|
||||||
{
|
{
|
||||||
const Standard_Integer& aNeighborLinkId = aNeighborsIt.Value();
|
const Standard_Integer& aNeighborLinkId = aNeighborsIt.Value();
|
||||||
|
Reference in New Issue
Block a user