From cf430eb793c169f22a80a4cd32ca101b2309410d Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Thu, 28 Oct 2021 10:10:22 +0200
Subject: [PATCH] cleanup, as discussed on phone

---
 corsika/detail/media/CORSIKA7Atmospheres.inl | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/corsika/detail/media/CORSIKA7Atmospheres.inl b/corsika/detail/media/CORSIKA7Atmospheres.inl
index ba148f83d..1e18dffb3 100644
--- a/corsika/detail/media/CORSIKA7Atmospheres.inl
+++ b/corsika/detail/media/CORSIKA7Atmospheres.inl
@@ -36,12 +36,6 @@ namespace corsika {
     }
     builder.addLinearLayer(params[4].offset, params[4].scaleHeight, params[4].altitude);
 
-    // check if we want to also add the US standard refractivity
-    if constexpr (detail::implements_mixin_v<IRefractiveIndexModel,
-                                             TEnvironmentInterface>) {
-      // TODO: Add US Standard refractivity
-    }
-
     // and assemble the environment
     builder.assemble(env);
   }
-- 
GitLab