mirror of https://github.com/CGAL/cgal
Defined the adapted geometry traits to be an instantiation of Arr_traits_adaptor_2 and not of Arr_traits_basic_adaptor_2 to test the more general adaptor
This commit is contained in:
parent
c5351fc584
commit
1be59f7946
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "test_geom_traits.h"
|
||||
|
||||
typedef CGAL::Arr_traits_basic_adaptor_2<Base_geom_traits> Geom_traits;
|
||||
typedef CGAL::Arr_traits_adaptor_2<Base_geom_traits> Geom_traits;
|
||||
typedef Geom_traits::Point_2 Point_2;
|
||||
typedef Geom_traits::Curve_2 Curve_2;
|
||||
typedef Geom_traits::X_monotone_curve_2 X_monotone_curve_2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue