minor fix

This commit is contained in:
Michael Hemmer 2010-02-15 16:35:05 +00:00
parent 38684be7a1
commit 056e943886
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ typedef GMP_arithmetic_kernel Arithmetic_kernel;
#endif // CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL
#ifndef CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL
#if defined(CGAL_HAS_LEDA_ARITHMETIC_KERNEL)
#if defined(CGAL_HAS_CORE_ARITHMETIC_KERNEL)
typedef CORE_arithmetic_kernel Arithmetic_kernel;
#define CGAL_HAS_DEFAULT_ARITHMETIC_KERNEL 1
#endif // CGAL_USE_CORE