Update Orthtree/include/CGAL/Orthtree.h

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

View File

@ -111,7 +111,7 @@ struct Node_data_wrapper<GT, false>
\sa `CGAL::Quadtree`
\sa `CGAL::Octree`
\tparam GeomTraits must be a model of `OrthtreeTraits` or `OrthtreeTraitswithData`.
\tparam GeomTraits must be a model of `OrthtreeTraits` or `OrthtreeTraitsWithData`.
*/
template <typename GeomTraits>
class Orthtree {