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
1 merge request!399Resolve "Follow-up from "Add medium type, as new property (air, water, rock...)""
...@@ -56,8 +56,8 @@ namespace corsika::proposal { ...@@ -56,8 +56,8 @@ namespace corsika::proposal {
PROPOSAL::InterpolationSettings::TABLES_PATH = corsika_data("PROPOSAL").c_str(); PROPOSAL::InterpolationSettings::TABLES_PATH = corsika_data("PROPOSAL").c_str();
} }
inline size_t ProposalProcessBase::hash::operator()( inline size_t ProposalProcessBase::hash::operator()(const calc_key_t& p) const
const calc_key_t& p) const noexcept { noexcept {
return p.first ^ std::hash<Code>{}(p.second); 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