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:32:30 +01:00 committed by GitHub
parent d49529d5d0
commit b5741aa4b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ public:
/*!
\brief recursively subdivides the orthtree until it meets the given criteria.
The split predicate should return `true` if a leaf node should be split and false` otherwise.
The split predicate should return `true` if a leaf node should be split and `false` otherwise.
This function may be called several times with different
predicates: in that case, nodes already split are left unaltered,