summaryrefslogtreecommitdiff
path: root/boost/math/special_functions/ellint_rj.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/special_functions/ellint_rj.hpp')
-rw-r--r--boost/math/special_functions/ellint_rj.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/special_functions/ellint_rj.hpp b/boost/math/special_functions/ellint_rj.hpp
index 1ecca753a4..8a242f06a4 100644
--- a/boost/math/special_functions/ellint_rj.hpp
+++ b/boost/math/special_functions/ellint_rj.hpp
@@ -91,7 +91,7 @@ T ellint_rj_imp(T x, T y, T z, T p, const Policy& pol)
BOOST_ASSERT(pmy >= 0);
- T p = pmy + y;
+ p = pmy + y;
value = boost::math::ellint_rj(x, y, z, p, pol);
value *= pmy;
value -= 3 * boost::math::ellint_rf(x, y, z, pol);