mirror of https://github.com/CGAL/cgal
small fix
This commit is contained in:
parent
9c6569a5f9
commit
33fa36bab1
|
|
@ -25,9 +25,9 @@
|
|||
//#define CGAL_CKVA_DUMMY_RENDERER
|
||||
|
||||
// whether to use multi-precision arithmetic
|
||||
//#define CGAL_CKVA_USE_MULTIPREC_ARITHMETIC
|
||||
#define CGAL_CKVA_USE_MULTIPREC_ARITHMETIC
|
||||
// whether to use exact rational arithmetic
|
||||
//#define CGAL_CKVA_USE_RATIONAL_ARITHMETIC
|
||||
#define CGAL_CKVA_USE_RATIONAL_ARITHMETIC
|
||||
|
||||
// this turns on a signleton curve renderer
|
||||
// (not recommended for multi-threaded applications)
|
||||
|
|
|
|||
Loading…
Reference in New Issue