mirror of https://github.com/CGAL/cgal
correct leda include filename
This commit is contained in:
parent
babe3c6000
commit
47a76e1cca
|
|
@ -20,12 +20,14 @@
|
||||||
#define CGAL_SDG_USE_SIMPLIFIED_ARRANGEMENT_TYPE_PREDICATE 1
|
#define CGAL_SDG_USE_SIMPLIFIED_ARRANGEMENT_TYPE_PREDICATE 1
|
||||||
#define CGAL_SDG_SORT_POINTS_IN_SITE2 1
|
#define CGAL_SDG_SORT_POINTS_IN_SITE2 1
|
||||||
#define CGAL_SDG_TRAITS_WITH_STATIC_FILTERS 1
|
#define CGAL_SDG_TRAITS_WITH_STATIC_FILTERS 1
|
||||||
|
//#define CGAL_SDG_NO_FACE_MAP 1
|
||||||
|
//#define CGAL_SDG_ALTERNATE_SYMEDGE_IMPLEMENTATION_BY_AF 1
|
||||||
|
|
||||||
// choose the kernel
|
// choose the kernel
|
||||||
#include <CGAL/Simple_cartesian.h>
|
#include <CGAL/Simple_cartesian.h>
|
||||||
#include <CGAL/Timer.h>
|
#include <CGAL/Timer.h>
|
||||||
#ifdef CGAL_USE_LEDA
|
#ifdef CGAL_USE_LEDA
|
||||||
# include <CGAL/Leda_real.h>
|
# include <CGAL/leda_real.h>
|
||||||
#else
|
#else
|
||||||
//# include <CGAL/CORE_Expr.h>
|
//# include <CGAL/CORE_Expr.h>
|
||||||
# include <CGAL/Gmpq.h>
|
# include <CGAL/Gmpq.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue