IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 06a60313 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

fixed wrong template parameters

parent d7ac9f8a
No related branches found
No related tags found
1 merge request!387Hadronic model interface overhaul
......@@ -43,7 +43,7 @@ namespace corsika::sibyll {
public InteractionProcess<NuclearInteraction<TEnvironment, TNucleonModel>> {
public:
NuclearInteraction(TNucleonModel& model, TEnvironment const& env)
: NuclearInteractionModel<TNucleonModel, TEnvironment>(model, env) {}
: NuclearInteractionModel<TEnvironment, TNucleonModel>(model, env) {}
};
} // namespace corsika::sibyll
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