IAP GITLAB

Skip to content
Snippets Groups Projects
Commit cf430eb7 authored by ralfulrich's avatar ralfulrich
Browse files

cleanup, as discussed on phone

parent 751bdcd1
No related branches found
No related tags found
1 merge request!359Add helper functions to create US standard atmosphere.
......@@ -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);
}
......
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