unecessary typename

This commit is contained in:
Pedro Machado Manhaes de Castro 2008-10-03 12:16:14 +00:00
parent 9cb53f21e8
commit 110f5b71f9
1 changed files with 2 additions and 2 deletions

View File

@ -705,8 +705,8 @@ void _test_lexico_operations(SK sk) {
template <class SK>
void _test_compare(SK sk) {
typedef typename CGAL::Circular_arc_point_3<SK> Circular_arc_point_3;
typedef typename CGAL::Point_3<SK> Point_3;
typedef CGAL::Circular_arc_point_3<SK> Circular_arc_point_3;
typedef CGAL::Point_3<SK> Point_3;
Circular_arc_point_3 p[8];
p[0] = Point_3(1,0,0);