mirror of https://github.com/CGAL/cgal
Use doubles instead of floats
This commit is contained in:
parent
63cab91600
commit
25d16f9dc7
|
|
@ -28,7 +28,7 @@
|
|||
// ----------------------------------------------------------------------------
|
||||
|
||||
// kernel
|
||||
typedef CGAL::Simple_cartesian<float> Kernel;
|
||||
typedef CGAL::Simple_cartesian<double> Kernel;
|
||||
|
||||
// Simple geometric types
|
||||
typedef Kernel::FT FT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue