mirror of https://github.com/CGAL/cgal
Same fix for GMP-less configuration.
This commit is contained in:
parent
e2cf0bb0e3
commit
c40c40982a
|
|
@ -71,9 +71,9 @@ CGAL_KINETIC_BEGIN_NAMESPACE
|
||||||
typedef CGAL::Gmpq Default_field_nt;
|
typedef CGAL::Gmpq Default_field_nt;
|
||||||
CGAL_KINETIC_END_NAMESPACE
|
CGAL_KINETIC_END_NAMESPACE
|
||||||
#else
|
#else
|
||||||
#include <CGAL/MPFloat.h>
|
#include <CGAL/MP_Float.h>
|
||||||
CGAL_KINETIC_BEGIN_NAMESPACE
|
CGAL_KINETIC_BEGIN_NAMESPACE
|
||||||
typedef CGAL::MPFloat Default_field_nt;
|
typedef CGAL::MP_Float Default_field_nt;
|
||||||
CGAL_KINETIC_END_NAMESPACE
|
CGAL_KINETIC_END_NAMESPACE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue