mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-28 19:22:12 +00:00
WIP: everything compiles but most of histogram class is broken
This commit is contained in:
@@ -7,7 +7,7 @@ namespace bh = boost::histogram;
|
||||
namespace bp = boost::python;
|
||||
|
||||
// function that runs in C++ and accepts reference to dynamic histogram
|
||||
void process(bh::dynamic_histogram<>& h) {
|
||||
void process(bh::histogram<>& h) {
|
||||
// fill histogram, in reality this would be arbitrarily complex code
|
||||
for (int i = 0; i < 4; ++i) h(0.25 * i, i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user