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 {