From d3c069a10d73ae314bfbf2385c2699623862e5fc Mon Sep 17 00:00:00 2001 From: lvalque Date: Thu, 2 Oct 2025 14:41:20 +0200 Subject: [PATCH] Replace -et al.- in doc due to Doxygen behaviour --- .../Edge_collapse/GarlandHeckbert_plane_and_line_policies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h index 43e6a0e976d..f0f062a68be 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_and_line_policies.h @@ -5,7 +5,7 @@ namespace Surface_mesh_simplification { \ingroup PkgSurfaceMeshSimplificationRef The class `GarlandHeckbert_plane_and_line_policies` regroups the cost and placement policies -based on the Garland-Heckbert "Plane and line" strategy of Liu et al\. \cgalCite{liu2025linequadrics} +based on the Garland-Heckbert "Plane and line" strategy of Liu and colleagues \cgalCite{liu2025linequadrics} This policy enhances the original Garland-Heckbert quadric error metrics, by adding to the cost the distance to the line passing through the input vertices and aligned with their normals.