IAP GITLAB

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

format

parent e7c6761e
No related branches found
No related tags found
1 merge request!389Make the CORSIKA_DATA environment variable optional.
...@@ -57,8 +57,8 @@ namespace corsika::proposal { ...@@ -57,8 +57,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