IAP GITLAB

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

style

parent 17181560
No related branches found
No related tags found
No related merge requests found
......@@ -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