AABB tree: type fix.

This commit is contained in:
Pierre Alliez 2009-04-29 15:10:16 +00:00
parent 519782b2af
commit fbc8c064d1
1 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,7 @@ namespace CGAL {
const K& k)
{
typedef typename K::FT FT;
typedef typename K::Point_3 Point_3;
typedef typename K::Vector_3 Vector_3;
typedef typename K::Point_3 Point;
const Point& a = s.source();
const Point& b = s.target();