From 20526dddda3c7697a7d6d14a1eba54b53d242498 Mon Sep 17 00:00:00 2001 From: lvalque <131978677+LeoValque@users.noreply.github.com> Date: Tue, 20 May 2025 17:08:31 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Andreas Fabri --- .../include/CGAL/Polygon_mesh_processing/autorefinement.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h index 03d92e7a2e7..11e9a61dbee 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h @@ -978,6 +978,7 @@ void generate_subtriangles(std::size_t ti, namespace autorefine_impl{ // Forward declaration struct Wrap_snap_visitor; + template bool polygon_soup_snap_rounding(PointRange &points, PolygonRange &triangles,