summaryrefslogtreecommitdiff
path: root/boost/math/special_functions/prime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/special_functions/prime.hpp')
-rw-r--r--boost/math/special_functions/prime.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/special_functions/prime.hpp b/boost/math/special_functions/prime.hpp
index 858d96d10b..31a9cba868 100644
--- a/boost/math/special_functions/prime.hpp
+++ b/boost/math/special_functions/prime.hpp
@@ -1232,7 +1232,7 @@ namespace boost{ namespace math{
return boost::math::prime(n, boost::math::policies::policy<>());
}
- static const unsigned max_prime = 10000;
+ static const unsigned max_prime = 9999;
}} // namespace boost and math