From 5bf13e85e10d17a3f65a5420a942354aefca92bc Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 1 Mar 2024 08:33:39 +0100 Subject: [PATCH] Update Orthtree/include/CGAL/Octree.h Co-authored-by: Andreas Fabri --- Orthtree/include/CGAL/Octree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Octree.h b/Orthtree/include/CGAL/Octree.h index 009f62cc514..e59a19be46d 100644 --- a/Orthtree/include/CGAL/Octree.h +++ b/Orthtree/include/CGAL/Octree.h @@ -27,7 +27,7 @@ namespace CGAL { \tparam GeomTraits a model of `Kernel` \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 cubic_nodes boolean to enforce cubic nodes + \tparam cubic_nodes Boolean to enforce cubic nodes */ template < typename GeomTraits,