mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-25 16:32:10 +00:00
renamed method bin to method at
This commit is contained in:
@@ -5,5 +5,5 @@ using namespace boost::histogram;
|
||||
int main() {
|
||||
auto h = make_dynamic_histogram(axis::integer<>(0, 2),
|
||||
axis::integer<>(0, 2));
|
||||
h.bin(std::vector<int>({-2, 0}));
|
||||
h.at(std::vector<int>({-2, 0}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user