mirror of https://github.com/CGAL/cgal
Rational typedef is not used
This commit is contained in:
parent
d68362da34
commit
41bc14c7f6
|
|
@ -1,16 +1,5 @@
|
||||||
#include <CGAL/basic.h>
|
#include <CGAL/basic.h>
|
||||||
|
|
||||||
#ifdef CGAL_USE_GMP
|
|
||||||
// GMP is installed. Use the GMP rational number-type.
|
|
||||||
#include <CGAL/Gmpq.h>
|
|
||||||
typedef CGAL::Gmpq Rational;
|
|
||||||
#else
|
|
||||||
// GMP is not installed. Use CGAL's exact rational number-type.
|
|
||||||
#include <CGAL/MP_Float.h>
|
|
||||||
#include <CGAL/Quotient.h>
|
|
||||||
typedef CGAL::Quotient<CGAL::MP_Float> Rational;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <CGAL/minkowski_sum_2.h>
|
#include <CGAL/minkowski_sum_2.h>
|
||||||
#include <CGAL/Small_side_angle_bisector_decomposition_2.h>
|
#include <CGAL/Small_side_angle_bisector_decomposition_2.h>
|
||||||
#include <CGAL/Polygon_convex_decomposition_2.h>
|
#include <CGAL/Polygon_convex_decomposition_2.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue