From bbc790bc5eccfa31de0b80711b17340fe6fdce2a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 24 Mar 2025 12:56:43 +0100 Subject: [PATCH] wording --- Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h b/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h index 85182cb1265..7e2d912b890 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Mesh_3/parameters.h @@ -250,7 +250,8 @@ unspecified_type no_features(); * enables the meshing algorithm * to mesh the input surface only and not take the volume into account. * - * When this option is enabled, the ouput mesh has no complex cells, only complex facets, edges and vertices. + * When this option is enabled, the ouput mesh has no cells in the 3D complex, + * only facets, edges and vertices. * Full-3D optimization steps such as mesh perturbation and mesh exudation are automatically disabled. * * \sa `CGAL::make_mesh_3()`