summaryrefslogtreecommitdiff
path: root/boost/math/distributions/inverse_chi_squared.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/distributions/inverse_chi_squared.hpp')
-rw-r--r--boost/math/distributions/inverse_chi_squared.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/distributions/inverse_chi_squared.hpp b/boost/math/distributions/inverse_chi_squared.hpp
index 8fc13e39e7..c1e54905da 100644
--- a/boost/math/distributions/inverse_chi_squared.hpp
+++ b/boost/math/distributions/inverse_chi_squared.hpp
@@ -51,7 +51,7 @@ public:
typedef RealType value_type;
typedef Policy policy_type;
- inverse_chi_squared_distribution(RealType df, RealType scale) : m_df(df), m_scale (scale)
+ inverse_chi_squared_distribution(RealType df, RealType l_scale) : m_df(df), m_scale (l_scale)
{
RealType result;
detail::check_df(