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;