summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/pot_quantile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/pot_quantile.hpp')
-rw-r--r--boost/accumulators/statistics/pot_quantile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/statistics/pot_quantile.hpp b/boost/accumulators/statistics/pot_quantile.hpp
index aceff8cee5..470bdbace3 100644
--- a/boost/accumulators/statistics/pot_quantile.hpp
+++ b/boost/accumulators/statistics/pot_quantile.hpp
@@ -49,7 +49,7 @@ namespace impl
struct pot_quantile_impl
: accumulator_base
{
- typedef typename numeric::functional::average<Sample, std::size_t>::result_type float_type;
+ typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type;
// for boost::result_of
typedef float_type result_type;