AABB tree: fix quibble in comment.

This commit is contained in:
Pierre Alliez 2009-07-16 06:11:29 +00:00
parent cd199a7504
commit eb645bed0c
1 changed files with 1 additions and 1 deletions

View File

@ -518,7 +518,7 @@ namespace CGAL {
} }
} }
// constructs the search KD tree from interal primitives // constructs the search KD tree from internal primitives
template<typename Tr> template<typename Tr>
bool AABB_tree<Tr>::accelerate_distance_queries() bool AABB_tree<Tr>::accelerate_distance_queries()
{ {