From 7f44a15a7a6c059c9f4dd0e93e04e0259118961c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 24 Mar 2022 12:43:30 +0100 Subject: [PATCH] Clean comment --- .../include/CGAL/Polygon_mesh_processing/shape_predicates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h index 018b745b9c5..921b53d8921 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/shape_predicates.h @@ -397,7 +397,7 @@ is_needle_triangle_face(typename boost::graph_traits::face_descrip get_const_property_map(vertex_point, tm)); typedef typename GetGeomTraits::type Traits; - Traits traits = choose_parameter(get_parameter(np, internal_np::geom_traits)); // @fixme lost + Traits traits = choose_parameter(get_parameter(np, internal_np::geom_traits)); const halfedge_descriptor h = halfedge(f, tm);