mirror of https://github.com/CGAL/cgal
fix of CORE includes
This commit is contained in:
parent
6b88613dbf
commit
8ca8caa232
|
|
@ -23,10 +23,8 @@
|
||||||
|
|
||||||
#include <CGAL/number_type_basic.h>
|
#include <CGAL/number_type_basic.h>
|
||||||
#include <CGAL/CORE_coercion_traits.h>
|
#include <CGAL/CORE_coercion_traits.h>
|
||||||
#include <CGAL/CORE_Expr.h>
|
|
||||||
|
|
||||||
#define CORE_LEVEL 4
|
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
|
||||||
#include <CGAL/CORE/CORE.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,6 @@
|
||||||
#include <CGAL/CORE_coercion_traits.h>
|
#include <CGAL/CORE_coercion_traits.h>
|
||||||
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
|
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
|
||||||
|
|
||||||
#define CORE_LEVEL 4
|
|
||||||
#include <CGAL/CORE/CORE.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -26,12 +26,7 @@
|
||||||
#include <CGAL/CORE_coercion_traits.h>
|
#include <CGAL/CORE_coercion_traits.h>
|
||||||
|
|
||||||
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
|
#include <CGAL/CORE_Expr.h> // used for To_interval-functor
|
||||||
#include <CGAL/CORE_BigInt.h>
|
#include <CGAL/CORE_BigInt.h> // used for To_interval-functor
|
||||||
|
|
||||||
|
|
||||||
#define CORE_LEVEL 4
|
|
||||||
#include <CGAL/CORE/CORE.h>
|
|
||||||
|
|
||||||
|
|
||||||
//#if defined(CGAL_CORE_BIGRAT_NUMER_DENOM_ARE_MEMBERS)
|
//#if defined(CGAL_CORE_BIGRAT_NUMER_DENOM_ARE_MEMBERS)
|
||||||
// #define CGAL_CORE_NUMERATOR(X) ((X).numerator())
|
// #define CGAL_CORE_NUMERATOR(X) ((X).numerator())
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,6 @@
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#define CORE_LEVEL 4
|
|
||||||
#include <CGAL/CORE/CORE.h>
|
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,22 +19,20 @@
|
||||||
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
|
// Author(s) : Michael Hemmer <hemmer@mpi-inf.mpg.de>
|
||||||
|
|
||||||
|
|
||||||
/*! \file NiX/CORE/Coercion_traits.h
|
|
||||||
* \brief Provides specializations of Coercion_traits for the CORE types.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CGAL_CORE_COERCION_TRAITS_H
|
#ifndef CGAL_CORE_COERCION_TRAITS_H
|
||||||
#define CGAL_CORE_COERCION_TRAITS_H 1
|
#define CGAL_CORE_COERCION_TRAITS_H 1
|
||||||
|
|
||||||
#include <CGAL/number_type_basic.h>
|
#include <CGAL/number_type_basic.h>
|
||||||
|
|
||||||
#ifdef CGAL_USE_CORE
|
#ifdef CGAL_USE_CORE
|
||||||
#include <CGAL/CORE/BigInt.h>
|
|
||||||
#include <CGAL/CORE/BigRat.h>
|
|
||||||
#include <CGAL/CORE/BigFloat.h>
|
|
||||||
#include <CGAL/CORE/Expr.h>
|
|
||||||
|
|
||||||
//#include <NiX/CORE/Coercion_traits.h>
|
#ifndef CORE_LEVEL
|
||||||
|
#define CORE_LEVEL 4
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#include <CGAL/CORE/CORE.h>
|
||||||
|
|
||||||
|
//#include <NiX/Coercion_traits.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
CGAL_BEGIN_NAMESPACE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue