Changing the default kernel.

This commit is contained in:
Nico Kruithof 2012-12-27 21:12:53 +01:00
parent db031f82a1
commit cdb5e049bb
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
using namespace CGAL;
//typedef Exact_predicates_inexact_constructions_kernel K;
struct K : public Exact_predicates_inexact_constructions_kernel {};
typedef Exact_predicates_inexact_constructions_kernel K;
//struct K : public Exact_predicates_inexact_constructions_kernel {};
//typedef Simple_cartesian<Gmpq> K;
//typedef Simple_cartesian<double> K;