From 52bcf27c0a07963b86e68be8b14562aa959db9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 24 Apr 2020 18:43:31 +0200 Subject: [PATCH 1/2] Remove wrapper around removed function estimate_geodesic_distance() --- .../Heat_method_3/Surface_mesh_geodesic_distances_3.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h index 5f9e7879219..e9a0d73eda3 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h @@ -897,16 +897,6 @@ public: base().clear_sources(); } - /** - * get estimated distance from the current source set to a vertex `vd`. - * \warning The return type is `double` even when used with an exact kernel. - */ - double - estimate_geodesic_distance(vertex_descriptor vd) const - { - return base().estimate_geodesic_distance(vd); - } - /** * returns the source set. */ @@ -916,7 +906,6 @@ public: return base().sources(); } - /** * fills the distance property map with the estimated geodesic distance of each vertex to the closest source vertex. * \tparam VertexDistanceMap a property map model of `WritablePropertyMap` From 487e31548123baae20bca92a3dad325ac50ddab5 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 27 Apr 2020 12:07:12 +0200 Subject: [PATCH 2/2] Remove non-disableable output --- .../Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h b/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h index 25e410932f9..0e01d9dbdb7 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h @@ -342,7 +342,6 @@ private: //then go back to top of the stack } } - std::cout<< a << " edges were flipped: " << std::endl; }