IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 67d74461 authored by ralfulrich's avatar ralfulrich
Browse files

removed const

parent 3b4369f7
No related branches found
No related tags found
1 merge request!245Include proposal process rebase
......@@ -136,7 +136,7 @@ namespace corsika::environment {
size_t hash() const { return hash_; }
private:
void updateHash() const {
void updateHash() {
std::vector<std::size_t> hashes;
for (float ifrac : GetFractions())
hashes.push_back(std::hash<float>{}(ifrac));
......
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