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
This commit is contained in:
Sébastien Loriot 2023-11-16 17:28:23 +01:00
parent 94d1234913
commit 38482e8aa3
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ private:
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<K> Principal_curvatures;
typedef typename CGAL::dynamic_vertex_property_t<Principal_curvatures> Vertex_curvature_tag;
typedef typename boost::property_map<FaceGraph,