Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sloriot committed Nov 16, 2023
1 parent 94d1234 commit 38482e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<K> Principal_curvatures;
typedef typename CGAL::dynamic_vertex_property_t<Principal_curvatures> Vertex_curvature_tag;
typedef typename boost::property_map<FaceGraph,
Expand Down

0 comments on commit 38482e8

Please sign in to comment.