mirror of https://github.com/CGAL/cgal
Replacing Core::Expr and GMPq by Quotient<MP_Float>
This commit is contained in:
parent
80e384ecdc
commit
9d0ee2a65b
|
|
@ -78,7 +78,7 @@ int main() {
|
||||||
#include <CGAL/Arr_naive_point_location.h>
|
#include <CGAL/Arr_naive_point_location.h>
|
||||||
#include <CGAL/IO/Dxf_variant_reader.h>
|
#include <CGAL/IO/Dxf_variant_reader.h>
|
||||||
|
|
||||||
typedef CGAL::Gmpq NT;
|
typedef CGAL::Quotient<CGAL::MP_Float> NT;
|
||||||
//typedef CGAL::Quotient<CGAL::MP_Float> NT;
|
//typedef CGAL::Quotient<CGAL::MP_Float> NT;
|
||||||
//typedef CGAL::Lazy_exact_nt<CGAL::Gmpq> NT;
|
//typedef CGAL::Lazy_exact_nt<CGAL::Gmpq> NT;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue