IAP GITLAB

Skip to content
Snippets Groups Projects
Commit cd26ee39 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

address compiler warning

parent 05ce8856
No related branches found
No related tags found
1 merge request!440Resolve "Create SIBYLL process that handles everything including nuclei"
...@@ -35,7 +35,7 @@ namespace corsika::proposal { ...@@ -35,7 +35,7 @@ namespace corsika::proposal {
CORSIKA_LOGGER_DEBUG( CORSIKA_LOGGER_DEBUG(
logger_, "Threshold for HE hadronic interactions in proposal set to Elab={} GeV", logger_, "Threshold for HE hadronic interactions in proposal set to Elab={} GeV",
_heenthresholdNN / 1_GeV); _heenthresholdNN / 1_GeV);
}; }
template <typename THadronicModel> template <typename THadronicModel>
template <typename TStackView> template <typename TStackView>
...@@ -99,4 +99,4 @@ namespace corsika::proposal { ...@@ -99,4 +99,4 @@ namespace corsika::proposal {
} }
return ProcessReturn::Ok; return ProcessReturn::Ok;
} }
} // namespace corsika::proposal } // namespace corsika::proposal
\ No newline at end of file
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