mirror of https://github.com/CGAL/cgal
remove no longer valid comment
This commit is contained in:
parent
0bb274d169
commit
49b0f52f00
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue