Skip to content
Snippets Groups Projects
Commit efb5a4de authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed warning (-Wpedantic)

cc @valsson
parent 111327e7
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,7 @@ void VesBias::updateReweightFactor() {
double value = calculateReweightFactor();
getPntrToComponent("rct")->set(value);
}
};
}
double VesBias::calculateReweightFactor() const {
......
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