Update Orthtree/include/CGAL/Octree.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Sven Oesau 2024-03-01 08:33:39 +01:00 committed by GitHub
parent 683be7aa79
commit 5bf13e85e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace CGAL {
\tparam GeomTraits a model of `Kernel` \tparam GeomTraits a model of `Kernel`
\tparam PointRange a model of `Range` whose value type is the key type of `PointMap` \tparam PointRange a model of `Range` whose value type is the key type of `PointMap`
\tparam PointMap a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_3` \tparam PointMap a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_3`
\tparam cubic_nodes boolean to enforce cubic nodes \tparam cubic_nodes Boolean to enforce cubic nodes
*/ */
template < template <
typename GeomTraits, typename GeomTraits,