Skip to content

Commit

Permalink
MIR-646 earthkit-regrid support with interpolationspec, additional id…
Browse files Browse the repository at this point in the history
…entifiers
  • Loading branch information
pmaciel committed Mar 13, 2024
1 parent 41a8110 commit 3b9e249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mir/method/MethodWeighted.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ void MethodWeighted::json(eckit::JSON& j) const {
j << "engine" << "mir";
j << "version" << caching::WeightCache::version();
j << "type" << name();
j << "checksum" << [this]() {
j << "uid" << [this]() -> std::string {
eckit::MD5 h;
hash(h);
return h.digest();
Expand Down

0 comments on commit 3b9e249

Please sign in to comment.