From 549b8f1430d99e8b6818cd4c03c0a57f80123beb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 20 May 2025 18:15:08 +0200 Subject: [PATCH] Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h --- .../internal/triangle_soup_snap_rounding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h index cea03a65fbd..00027fba4d5 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h @@ -69,7 +69,7 @@ double double_ceil(const NT &x){ } }; -// Provide an index to the range, it is used by the visitor to track the correspondance between the input and the output +// Provides an index to the range, which is used by the visitor to track the correspondence between the input and the output template class Indexes_range : public Range{ typedef std::remove_cv_t::value_type> Value_type;