We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fea2b6 commit b17e1caCopy full SHA for b17e1ca
src/multio/mars2grib/Rules.cc
@@ -735,16 +735,13 @@ auto paramRules() {
735
//-----------------------------------------------------------------------------
736
737
const ChainedRuleList& allRules() {
738
- static auto all_ =
739
- // General branch for grids & spherical harmanics
740
- chainedRuleList( //
741
- rule(all(NoneOf{dm::LEVTYPE, {dm::LevType::AL}})), //
742
- gridRules(), //
743
- localSectionRules(), //
744
- processTypesRules(), //
745
- paramRules(), //
746
- packingRules() //
747
- );
+ static auto all_ = chainedRuleList( //
+ gridRules(), //
+ localSectionRules(), //
+ processTypesRules(), //
+ paramRules(), //
+ packingRules() //
+ );
748
749
return all_;
750
}
0 commit comments