This commit is contained in:
Efi Fogel 2012-03-08 14:02:31 +00:00
parent db67bab07e
commit 1cf334f2bb
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// #define CGAL_IDENTIFICATION_XY 2
//#define CGAL_IDENTIFICATION_XY 2
#include <string>
#include <vector>
@ -8,6 +8,7 @@
#include <CGAL/Arrangement_on_surface_2.h>
#include <CGAL/Arr_geodesic_arc_on_sphere_traits_2.h>
#include <CGAL/Arr_spherical_topology_traits_2.h>
#include <CGAL/IO/Arr_iostream.h>
typedef CGAL::Gmpq Number_type;
typedef CGAL::Cartesian<Number_type> Kernel;