Skip to content

Commit

Permalink
undo incorrect simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Aug 12, 2024
1 parent fb4416f commit 35195e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BGL/test/BGL/test_Euler_operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test_copy_face_graph_nm_umbrella()
T g;
Kernel::Point_3 p(0,0,0);

CGAL::make_tetrahedron(p, p, p, p, g);
CGAL::make_tetrahedron(p, p, p, p, g);

std::vector<vertex_descriptor> verts(vertices(g).begin(), vertices(g).end());
Expand Down

0 comments on commit 35195e3

Please sign in to comment.