1234567891011121314151617181920 |
- #ifndef BOOST_HISTOGRAM_ALGORITHM_HPP
- #define BOOST_HISTOGRAM_ALGORITHM_HPP
- #include <boost/histogram/algorithm/empty.hpp>
- #include <boost/histogram/algorithm/project.hpp>
- #include <boost/histogram/algorithm/reduce.hpp>
- #include <boost/histogram/algorithm/sum.hpp>
- #endif
|