mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-23 03:42:10 +00:00
clang-format
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
using namespace boost::histogram;
|
||||
int main() {
|
||||
auto h = make_dynamic_histogram(axis::integer<>(0, 2), axis::integer<>(0, 2));
|
||||
auto h =
|
||||
make_dynamic_histogram(axis::integer<>(0, 2), axis::integer<>(0, 2));
|
||||
h.at(std::vector<int>({-2, 0}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user