summaryrefslogtreecommitdiff
path: root/boost/accumulators/statistics/pot_tail_mean.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/accumulators/statistics/pot_tail_mean.hpp')
-rw-r--r--boost/accumulators/statistics/pot_tail_mean.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/accumulators/statistics/pot_tail_mean.hpp b/boost/accumulators/statistics/pot_tail_mean.hpp
index 088ef98093..a78043fce2 100644
--- a/boost/accumulators/statistics/pot_tail_mean.hpp
+++ b/boost/accumulators/statistics/pot_tail_mean.hpp
@@ -52,7 +52,7 @@ namespace impl
struct pot_tail_mean_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;