change Arr_spherical_arc_traits_2 to Arr_great_circular_arc_on_sphere_traits_2

This commit is contained in:
Shlomo Golubev 2007-09-20 10:17:24 +00:00
parent b91276c362
commit 17a68cba91
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
#include <CGAL/Arr_Bezier_curve_traits_2.h>
#elif TEST_TRAITS == SPHERICAL_ARC_TRAITS
#include <CGAL/Arr_spherical_arc_traits_2.h>
#include <CGAL/Arr_great_circular_arc_on_sphere_traits_2.h>
#elif TEST_TRAITS == RATIONAL_ARC_TRAITS
#include <CGAL/CORE_algebraic_number_traits.h>
@ -155,7 +155,7 @@ typedef Traits::Bezier_cache Bezier_cache;
#define TRAITS_TYPE "Bezier"
#elif TEST_TRAITS == SPHERICAL_ARC_TRAITS
typedef CGAL::Arr_spherical_arc_traits_2<Kernel> Traits;
typedef CGAL::Arr_great_circular_arc_on_sphere_traits_2<Kernel> Traits;
#define TRAITS_TYPE "Spherical Arc"
#elif TEST_TRAITS == RATIONAL_ARC_TRAITS