From 9362ff1ee8aa0d7d7e16425f3b497e37b85deab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 16 Feb 2023 14:54:52 +0100 Subject: [PATCH] typo --- .../include/CGAL/Polygon_mesh_processing/region_growing.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shape_detection/include/CGAL/Polygon_mesh_processing/region_growing.h b/Shape_detection/include/CGAL/Polygon_mesh_processing/region_growing.h index 61ae8c2a246..44a0ffa19a1 100644 --- a/Shape_detection/include/CGAL/Polygon_mesh_processing/region_growing.h +++ b/Shape_detection/include/CGAL/Polygon_mesh_processing/region_growing.h @@ -85,7 +85,7 @@ namespace Polygon_mesh_processing { */ template> + typename NamedParameters = parameters::Default_named_parameters> std::size_t region_growing_of_planes_on_faces(const PolygonMesh& mesh, RegionMap region_map, @@ -188,7 +188,7 @@ region_growing_of_planes_on_faces(const PolygonMesh& mesh, template > + typename NamedParameters = parameters::Default_named_parameters> std::size_t detect_corners_of_regions( const PolygonMesh& mesh,