From fdcd4b6838d03b26c154c76d0d58950c01ff10b3 Mon Sep 17 00:00:00 2001 From: lvalque <131978677+LeoValque@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:14:19 +0200 Subject: [PATCH] Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h Co-authored-by: Sebastien Loriot --- .../include/CGAL/Polygon_mesh_processing/autorefinement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c930b50b3f7..3b478fc4ee2 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h @@ -1685,7 +1685,7 @@ bool autorefine_triangle_soup(PointRange& soup_points, * \cgalParamNEnd * \cgalNamedParamsEnd * -* \return `true` if `apply_iterative_snap_rounding` is set to `false`; otherwise, return `true` if the modified triangle soup is free from +* \return `true` if `apply_iterative_snap_rounding` is set to `false`; otherwise, returns `true` if the modified triangle soup is free from * self-intersection, and `false` if the algorithm was unable to provide such a triangle soup within the number of iterations. * */