mirror of https://github.com/CGAL/cgal
Removed rounding for Gmpq as it may change orientation of points
This commit is contained in:
parent
b3bbca4f11
commit
a85f364f79
|
|
@ -30,13 +30,6 @@
|
|||
//temporary, should remove next line!!
|
||||
#include <CGAL/Triangle_2_Iso_rectangle_2_intersection.h>
|
||||
#include <CGAL/IO/Color.h>
|
||||
#ifdef CGAL_USE_GMP
|
||||
#include <CGAL/Gmpz.h>
|
||||
#include <CGAL/Gmpq.h>
|
||||
#include <CGAL/Quotient.h>
|
||||
typedef CGAL::Quotient<CGAL::Gmpz> CGAL_Rational;
|
||||
#include <CGAL/simplest_rational_in_interval.h>
|
||||
#endif //CGAL_USE_GMP
|
||||
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
|
|
|||
Loading…
Reference in New Issue