Update Orthtree/include/CGAL/Quadtree.h

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
Sven Oesau 2024-03-01 08:33:49 +01:00 committed by GitHub
parent 5bf13e85e1
commit f90dfbaa2c
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 must be a model of `Kernel`
\tparam PointRange must be a model of `Range` whose value type is the key type of `PointMap`
\tparam PointMap must be a model of `ReadablePropertyMap` whose value type is `GeomTraits::Point_2`
\tparam square_nodes boolean to enforce square nodes
\tparam square_nodes Boolean to enforce square nodes
*/
template <typename GeomTraits, typename PointRange,
typename PointMap = Identity_property_map