From b5741aa4b1dffaea631e449747e70dd82275338d Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Fri, 1 Mar 2024 08:32:30 +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 3bcd50f8cc9..e3718704824 100644 --- a/Orthtree/include/CGAL/Orthtree.h +++ b/Orthtree/include/CGAL/Orthtree.h @@ -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,