From 8574b1ce4f10205844bca721128ae86586827928 Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 1 Mar 2024 08:32:43 +0100 Subject: [PATCH] Update Orthtree/include/CGAL/Orthtree.h Co-authored-by: Andreas Fabri --- Orthtree/include/CGAL/Orthtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Orthtree/include/CGAL/Orthtree.h b/Orthtree/include/CGAL/Orthtree.h index e3718704824..94aca9043f7 100644 --- a/Orthtree/include/CGAL/Orthtree.h +++ b/Orthtree/include/CGAL/Orthtree.h @@ -127,7 +127,7 @@ public: static inline constexpr bool has_data = Orthtree_impl::has_Node_data::value; static inline constexpr bool supports_neighbor_search = true;// Orthtree_impl::has_Squared_distance_of_element::value; #else - static inline constexpr bool has_data = bool_value; ///< `true` if `GeomTraits` is a model of `OrthtreeTraitswithData` and `false` otherwise. + static inline constexpr bool has_data = bool_value; ///< `true` if `GeomTraits` is a model of `OrthtreeTraitsWithData` and `false` otherwise. static inline constexpr bool supports_neighbor_search = bool_value; ///< `true` if `GeomTraits` is a model of `CollectionPartitioningOrthtreeTraits` and `false` otherwise. #endif static constexpr int dimension = Traits::dimension; ///< Dimension of the tree