mirror of https://github.com/CGAL/cgal
Changed LiS_HAVE_LEDA to CGAL_USE_LEDA.
This commit is contained in:
parent
dc899b8f62
commit
f30fc775ae
|
|
@ -45,7 +45,7 @@ private:
|
||||||
/* Quick integer rounding, valid if a<2^51. for double */
|
/* Quick integer rounding, valid if a<2^51. for double */
|
||||||
static inline
|
static inline
|
||||||
double MOD_round (double a){
|
double MOD_round (double a){
|
||||||
#ifdef LiS_HAVE_LEDA
|
#ifdef CGAL_USE_LEDA
|
||||||
return ( (a + CST_CUT) - CST_CUT);
|
return ( (a + CST_CUT) - CST_CUT);
|
||||||
#else
|
#else
|
||||||
// TODO:
|
// TODO:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue