From 9740c30d99695ff00152ad3926a716100f4f697f Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Mon, 12 Oct 2020 11:29:59 +0200
Subject: [PATCH] removed unused "using namespace"

---
 Processes/InteractionCounter/InteractionHistogram.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Processes/InteractionCounter/InteractionHistogram.hpp b/Processes/InteractionCounter/InteractionHistogram.hpp
index 30893ed04..96d243f12 100644
--- a/Processes/InteractionCounter/InteractionHistogram.hpp
+++ b/Processes/InteractionCounter/InteractionHistogram.hpp
@@ -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},
-- 
GitLab