Skip to content

Commit 482d77e

Browse files
committed
Merge branch 'develop' into feature/METK-160-grib-to-request
2 parents 1587e63 + 2ee4579 commit 482d77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metkit/mars2grib/frontend/header/EncodingPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ EncodingPlan<MarsDict_t, ParDict_t, OptDict_t, OutDict_t> make_EncodingPlan_or_t
238238

239239
for (std::size_t cid = 0; cid < section.count; ++cid) {
240240
std::size_t vid = section.variantIndices[cid];
241-
const auto& f = callbacks[vid][sid][pid];
241+
const auto& f = callbacks[vid][pid][sid];
242242

243243
if (f) {
244244
cell.push_back(f);

0 commit comments

Comments
 (0)