mirror of https://github.com/CGAL/cgal
GMP is not always available
This commit is contained in:
parent
ca17f813b6
commit
3abe02075b
|
|
@ -1,8 +1,8 @@
|
||||||
#include <CGAL/Extended_cartesian.h>
|
#include <CGAL/Extended_cartesian.h>
|
||||||
#include <CGAL/Gmpq.h>
|
#include <CGAL/Exact_rational.h>
|
||||||
#include <CGAL/Nef_polyhedron_3.h>
|
#include <CGAL/Nef_polyhedron_3.h>
|
||||||
|
|
||||||
using Kernel = CGAL::Extended_cartesian<CGAL::Gmpq>;
|
using Kernel = CGAL::Extended_cartesian<CGAL::Exact_rational>;
|
||||||
using Nef = CGAL::Nef_polyhedron_3<Kernel>;
|
using Nef = CGAL::Nef_polyhedron_3<Kernel>;
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue