From fe91cf748705929700f6b53c742dd45c250f0c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:50:58 -0600 Subject: [PATCH] Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h Co-authored-by: Jane Tournois --- .../include/CGAL/Polygon_mesh_processing/remesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h index 41b4301ca49a..43bb5605a27b 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh.h @@ -51,7 +51,7 @@ namespace Polygon_mesh_processing { * @param pmesh a polygon mesh with triangulated surface patches to be remeshed * @param faces the range of triangular faces defining one or several surface patches to be remeshed * @param sizing field that determines a target length for individual edges. -* If a number convertible to a double is passed, it will use a `Uniform_sizing_field()` +* If a number convertible to a `double` is passed, `Uniform_sizing_field()` will be used, * with the number as a target edge length. * If `0` is passed then only the edge-flip, tangential relaxation, and projection steps will be done. * @param np an optional sequence of \ref bgl_namedparameters "Named Parameters" among the ones listed below