From 4399036c0ccadf3adec81e9d585626241e784efc Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 15 Sep 2022 13:39:01 +0100 Subject: [PATCH] Add doc of parameter --- Isosurfacing_3/include/CGAL/Octree_wrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Isosurfacing_3/include/CGAL/Octree_wrapper.h b/Isosurfacing_3/include/CGAL/Octree_wrapper.h index 170b72697db..1c56f84a0f9 100644 --- a/Isosurfacing_3/include/CGAL/Octree_wrapper.h +++ b/Isosurfacing_3/include/CGAL/Octree_wrapper.h @@ -326,6 +326,7 @@ public: /// i-index of cell /// j-index of cell /// k-index of cell + /// depth of cell /// std::size_t e_glIndex(const std::size_t& e, const std::size_t& i_idx, const std::size_t& j_idx, const std::size_t& k_idx, const std::size_t& depth) const {