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 b17b92088f6..20ec7162021 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 @@ -104,7 +104,7 @@ public: */ template - Adaptive_sizing_field(const double tol + Adaptive_sizing_field(const FT tol , const std::pair& edge_len_min_max , const FaceRange& face_range , const VPMap& vpmap @@ -171,7 +171,7 @@ public: */ template - Adaptive_sizing_field(const double tol + Adaptive_sizing_field(const FT tol , const std::pair& edge_len_min_max , const FaceRange& face_range , PolygonMesh& pmesh