From 38482e8aa3fdbae573b55318dd3e716ef2c1062e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 16 Nov 2023 17:28:23 +0100 Subject: [PATCH] remove todo There will not be any crash as the value for new vertices is always set. However with Polyhedron since we don't reuse vertices, the map size might get large. Surface_mesh is fine --- .../include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h index a98b22de4edc..a61edc699d06 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h @@ -145,7 +145,6 @@ class Adaptive_sizing_field void calc_sizing_map(FaceGraph& face_graph , const NamedParameters& np) { - //todo ip: please check if this is good enough to store curvature typedef Principal_curvatures_and_directions Principal_curvatures; typedef typename CGAL::dynamic_vertex_property_t Vertex_curvature_tag; typedef typename boost::property_map