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

@@ -14,7 +14,6 @@
#include <boost/histogram/axis/variant.hpp>
#include <boost/histogram/detail/axes.hpp>
#include <boost/histogram/detail/meta.hpp>
#include <boost/histogram/histogram_fwd.hpp>
#include <limits>
#include <sstream>
#include <string>