remove no longer valid comment

This commit is contained in:
Sébastien Loriot 2025-01-24 08:10:05 +01:00
parent 0bb274d169
commit 49b0f52f00
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ struct Tester
Vertex_handle vertex_to_modify_copy = vertex_to_modify; Vertex_handle vertex_to_modify_copy = vertex_to_modify;
c3t3.remove_from_complex(vertex_to_modify); c3t3.remove_from_complex(vertex_to_modify);
// now `vertex_to_modify` is a dangling ref to a `Vertex_handle`
// use a copy of it: `vertex_to_modify_copy` // use a copy of it: `vertex_to_modify_copy`
c3t3.add_to_complex(vertex_to_modify_copy,corner_index_bis); c3t3.add_to_complex(vertex_to_modify_copy,corner_index_bis);