Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
lvalque 2025-04-29 14:14:19 +02:00 committed by GitHub
parent 2d96e2af23
commit fdcd4b6838
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ bool autorefine_triangle_soup(PointRange& soup_points,
* \cgalParamNEnd * \cgalParamNEnd
* \cgalNamedParamsEnd * \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. * self-intersection, and `false` if the algorithm was unable to provide such a triangle soup within the number of iterations.
* *
*/ */