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
No related merge requests found
......@@ -35,7 +35,7 @@ namespace corsika::proposal {
CORSIKA_LOGGER_DEBUG(
logger_, "Threshold for HE hadronic interactions in proposal set to Elab={} GeV",
_heenthresholdNN / 1_GeV);
};
}
template <typename THadronicModel>
template <typename TStackView>
......@@ -99,4 +99,4 @@ namespace corsika::proposal {
}
return ProcessReturn::Ok;
}
} // namespace corsika::proposal
\ No newline at end of file
} // namespace corsika::proposal
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