IAP GITLAB

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

style

parent d651827e
No related branches found
No related tags found
1 merge request!387Hadronic model interface overhaul
......@@ -56,8 +56,8 @@ namespace corsika::proposal {
PROPOSAL::InterpolationSettings::TABLES_PATH = corsika_data("PROPOSAL").c_str();
}
inline size_t ProposalProcessBase::hash::operator()(
const calc_key_t& p) const noexcept {
inline size_t ProposalProcessBase::hash::operator()(const calc_key_t& p) const
noexcept {
return p.first ^ std::hash<Code>{}(p.second);
}
......
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