From eb645bed0c065acb0f4626eaf5f82c02aa5cec7e Mon Sep 17 00:00:00 2001 From: Pierre Alliez Date: Thu, 16 Jul 2009 06:11:29 +0000 Subject: [PATCH] AABB tree: fix quibble in comment. --- AABB_tree/include/CGAL/AABB_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index b1e375e27ad..e67219c5dad 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -518,7 +518,7 @@ namespace CGAL { } } - // constructs the search KD tree from interal primitives + // constructs the search KD tree from internal primitives template bool AABB_tree::accelerate_distance_queries() {