diff --git a/corsika/detail/media/CORSIKA7Atmospheres.inl b/corsika/detail/media/CORSIKA7Atmospheres.inl index ba148f83dd6681a4ebac84b9a8fb8cec39c9c172..1e18dffb35912ff2c0e472accf82f562dd169c82 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); }