Removed rounding for Gmpq as it may change orientation of points

This commit is contained in:
Andreas Fabri 2006-04-11 19:45:09 +00:00
parent b3bbca4f11
commit a85f364f79
1 changed files with 0 additions and 7 deletions

View File

@ -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>