Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaciel committed Mar 18, 2024
2 parents cb73016 + 2bee569 commit 0a2fcd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mir/method/MethodWeighted.cc
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ const WeightMatrix& MethodWeighted::getMatrix(context::Context& ctx, const repre
std::ostringstream ss;
eckit::JSON k(ss);
k << method;
auto x = (eckit::MD5() << ss.str()).digest();
return x;
return (eckit::MD5() << ss.str()).digest();
}(*this));
it != KNOWN_METHOD.end()) {
j << "method" << it->second;
Expand Down

0 comments on commit 0a2fcd9

Please sign in to comment.