use exact rational everywhere

This commit is contained in:
Sébastien Loriot 2018-10-09 14:30:30 +02:00
parent 4fb1fe6079
commit 9c1ecd1a43
4 changed files with 4 additions and 8 deletions

View File

@ -11,10 +11,9 @@
#include <cassert>
#include <CGAL/Exact_rational.h>
#include <CGAL/Exact_integer.h>
// choose number type
typedef CGAL::Exact_integer exact_ring_t;
typedef CGAL::Exact_rational exact_ring_t;
typedef CGAL::Exact_rational exact_field_t;
namespace CGAL {

View File

@ -11,10 +11,9 @@
#include <cassert>
#include <CGAL/Exact_rational.h>
#include <CGAL/Exact_integer.h>
// choose number type
typedef CGAL::Exact_integer exact_ring_t;
typedef CGAL::Exact_rational exact_ring_t;
typedef CGAL::Exact_rational exact_field_t;
#include <CGAL/Simple_cartesian.h>

View File

@ -11,10 +11,9 @@
#include <cassert>
#include <CGAL/Exact_rational.h>
#include <CGAL/Exact_integer.h>
// choose number type
typedef CGAL::Exact_integer exact_ring_t;
typedef CGAL::Exact_rational exact_ring_t;
typedef CGAL::Exact_rational exact_field_t;
namespace CGAL {

View File

@ -11,10 +11,9 @@
#include <cassert>
#include <CGAL/Exact_rational.h>
#include <CGAL/Exact_integer.h>
// choose number type
typedef CGAL::Exact_integer exact_ring_t;
typedef CGAL::Exact_rational exact_ring_t;
typedef CGAL::Exact_rational exact_field_t;
#include <CGAL/Simple_cartesian.h>