IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9d6a9dc7 authored by Nikos Karastathis's avatar Nikos Karastathis :ocean: Committed by Ralf Ulrich
Browse files

generalize environment to include refractive index model by default

parent 02081138
No related branches found
No related tags found
1 merge request!418No set up files new
...@@ -22,7 +22,8 @@ namespace corsika::setup { ...@@ -22,7 +22,8 @@ namespace corsika::setup {
bdependent way. bdependent way.
*/ */
using EnvironmentInterface = IMediumPropertyModel<IMagneticFieldModel<IMediumModel>>; using EnvironmentInterface =
IRefractiveIndexModel<IMediumPropertyModel<IMagneticFieldModel<IMediumModel>>>;
using Environment = Environment<EnvironmentInterface>; using Environment = Environment<EnvironmentInterface>;
} // end namespace corsika::setup } // end namespace corsika::setup
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