summaryrefslogtreecommitdiff
path: root/boost/math/distributions/triangular.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/distributions/triangular.hpp')
-rw-r--r--boost/math/distributions/triangular.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/distributions/triangular.hpp b/boost/math/distributions/triangular.hpp
index ee607e1776..735d20235c 100644
--- a/boost/math/distributions/triangular.hpp
+++ b/boost/math/distributions/triangular.hpp
@@ -470,7 +470,7 @@ namespace boost{ namespace math
RealType mode = dist.mode();
RealType upper = dist.upper();
RealType result = 0; // of checks.
- if(false == detail::check_triangular(function,lower, mode, upper, &result, Policy()))
+ if(false == boost::math::detail::check_triangular(function,lower, mode, upper, &result, Policy()))
{
return result;
}