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:
Efi Fogel 2018-03-21 18:03:26 +02:00
parent c5351fc584
commit 1be59f7946
1 changed files with 1 additions and 1 deletions

View File

@ -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;