From 56b8908dac5b2d2c33ad34f86f4e615e785f64bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 5 Dec 2016 11:12:47 +0100 Subject: [PATCH] remove a todo if we unmark intersection edge inside a coplanar patch, we will have something not consistant with what is done is corefine(). For now I keep it like this --- .../internal/Corefinement/Face_graph_output_builder.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h index 381b10212e8..e89ed6b09f9 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h @@ -439,10 +439,6 @@ public: an_edge_per_polyline.erase(it_to_rm); inter_edges_to_remove1.insert(edge(h1,tm1)); inter_edges_to_remove2.insert(edge(h2,tm2)); - #ifdef CGAL_COREFINEMENT_DEBUG - /// \todo really?? - #warning we need to have the EdgeMarkPropertyMap to unmark intersection hedge - #endif } else ++epp_it;