You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The title says it all.
It fails on line 266: vertex_size /= CGAL::halfedges_around_target(v, pmesh).size();
The following fixes it vertex_size /= FT(CGAL::halfedges_around_target(v, pmesh).size());
Issue Details
The title says it all.
It fails on line 266:
vertex_size /= CGAL::halfedges_around_target(v, pmesh).size();
The following fixes it
vertex_size /= FT(CGAL::halfedges_around_target(v, pmesh).size());
Source Code
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h
Environment
The text was updated successfully, but these errors were encountered: