mirror of https://github.com/CGAL/cgal
change Arr_spherical_arc_traits_2 to Arr_great_circular_arc_on_sphere_traits_2
This commit is contained in:
parent
b91276c362
commit
17a68cba91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue