IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9740c30d authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

removed unused "using namespace"

parent 1cb9ea84
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ namespace corsika::process::interaction_counter {
inline auto hist_factory(unsigned int bin_number, float e_low, float e_high) {
namespace bh = boost::histogram;
namespace bha = bh::axis;
using namespace units::si;
auto h = bh::make_histogram(
bha::category<int, bh::use_default, bha::option::growth_t>{{2212, 2112},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment