add const for prime list

This commit is contained in:
Alexander Kobel 2014-11-24 10:52:38 +01:00
parent fb93886709
commit 11c9deb31b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
namespace CGAL {
namespace internal {
CGAL_EXPORT extern int primes[2000];
CGAL_EXPORT extern const int primes[2000];
static inline
int get_next_lower_prime(int current_prime){