From 6d3e8daa9c716f73958bf104a874b9bc2d0ed8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 16 Aug 2022 17:30:40 +0200 Subject: [PATCH] test relaxed order --- .../test/Surface_mesh_simplification/edge_collapse_topology.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Surface_mesh_simplification/test/Surface_mesh_simplification/edge_collapse_topology.cpp b/Surface_mesh_simplification/test/Surface_mesh_simplification/edge_collapse_topology.cpp index 0aeb1aa61c4..5e0ab17d1d6 100644 --- a/Surface_mesh_simplification/test/Surface_mesh_simplification/edge_collapse_topology.cpp +++ b/Surface_mesh_simplification/test/Surface_mesh_simplification/edge_collapse_topology.cpp @@ -43,6 +43,7 @@ int main(int argc, char** argv) ,stop ,CGAL::parameters::vertex_index_map(get(CGAL::vertex_external_index,surface)) .halfedge_index_map (get(CGAL::halfedge_external_index ,surface)) + .use_relaxed_order(CGAL::Tag_true()) ); std::cout << "\nFinished...\n" << r << " edges removed.\n"