From 65c75c5d43d4dc540d0b8adbf826a3b9ecead521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:45:03 -0600 Subject: [PATCH] Update data type --- .../CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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