From ae57ce5f2c3a898c310f5645bc13fdf4bd70c9a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 31 Mar 2023 15:47:55 +0200 Subject: [PATCH] rephrase --- .../CGAL/Polygon_mesh_processing/remesh_planar_patches.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h index 75108fc1abd..e386cbeaa44 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h @@ -1376,7 +1376,7 @@ bool decimate_meshes_with_common_interfaces_impl(TriangleMeshRange& meshes, * \cgalParamNEnd * \cgalParamNBegin{visitor} * \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed - * and `pm_out` is not already modified. It can be used in the case when `tm_in` and `pm_out` are the same mesh, + * and before `pm_out` starts being built. It should be used in the case when `tm_in` and `pm_out` are the same mesh, * so that `pm_out` can be cleared before being filled.} * \cgalParamType{`visitor(pm_out)` must be a valid expression.} * \cgalParamDefault{None} @@ -1553,7 +1553,7 @@ void remesh_planar_patches(const TriangleMeshIn& tm_in, * \cgalParamNEnd * \cgalParamNBegin{visitor} * \cgalParamDescription{a callable with `visitor(pm_out)` being called once `tm_in` is no longer needed - * and `pm_out` is not already modified. It can be used in the case when `tm_in` and `pm_out` are the same mesh, + * and before `pm_out` starts being built. It should be used in the case when `tm_in` and `pm_out` are the same mesh, * so that `pm_out` can be cleared before being filled.} * \cgalParamType{`visitor(pm_out)` must be a valid expression.} * \cgalParamDefault{None}