mirror of https://github.com/CGAL/cgal
use exact rational everywhere
This commit is contained in:
parent
4fb1fe6079
commit
9c1ecd1a43
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue