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