Skip to content

Commit

Permalink
remove no longer valid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Jan 24, 2025
1 parent 0bb274d commit 49b0f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SMDS_3/test/SMDS_3/test_c3t3_with_features.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ struct Tester
Vertex_handle vertex_to_modify_copy = 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`
c3t3.add_to_complex(vertex_to_modify_copy,corner_index_bis);
Expand Down

0 comments on commit 49b0f52

Please sign in to comment.