From f45a2bf0ffd6662f58e5eb34bda85144b809f526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Sun, 25 Feb 2024 00:30:33 +0100 Subject: [PATCH] Minor doc change --- Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h index 0ca60125ea6..4ab0f770e23 100644 --- a/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h +++ b/Isosurfacing_3/include/CGAL/Isosurfacing_3/Cartesian_grid_3.h @@ -272,7 +272,7 @@ public: public: /** - * \brief returns the canonical index of a grid cell given its indices. + * \brief returns the index of a grid cell given its indices. */ std::size_t linear_index(const std::size_t i, const std::size_t j,