IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5a724d29 authored by ralfulrich's avatar ralfulrich Committed by Maximilian Sackel
Browse files

removed const

parent 9fc9ff1b
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