Skip to content

Commit e7891df

Browse files
mars2grib: fix rebase typo
1 parent 70f7956 commit e7891df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/metkit/mars2grib/backend/concepts/level/levelMatcher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ inline std::size_t matchML(const long param) {
261261

262262
// Multi-level model fields: full vertical column, require allocation
263263
// and population of the PV array describing the hybrid coordinate.
264-
if (matchAny(param, 21, 23, range(75, 77), range(130, 133), 135, 138, range(155, 157), 203, range(246, 248),
265-
range(162100, 162113), 260290, 260292, 260293), range(400000, 499999)) {
264+
if ( matchAny(param, 21, 23, range(75, 77), range(130, 133), 135, 138, range(155, 157), 203, range(246, 248),
265+
range(162100, 162113), 260290, 260292, 260293, range(400000, 499999))) {
266266
return static_cast<std::size_t>(LevelType::ModelMultipleLevel);
267267
}
268268

0 commit comments

Comments
 (0)