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