clean up of accumuators, use consistent naming, make sure that sum accumulator can be used as RealType in weighted_sum

This commit is contained in:
Hans Dembinski
2018-11-14 14:37:54 +01:00
parent 596708143a
commit 5a9307b4a6
26 changed files with 232 additions and 218 deletions

View File

@@ -7,7 +7,6 @@
#include <boost/core/lightweight_test.hpp>
#include <boost/histogram/axis/ostream_operators.hpp>
#include <boost/histogram/axis/variable.hpp>
#include <boost/histogram/histogram_fwd.hpp>
#include <limits>
#include "utility_axis.hpp"