Skip to content

Commit

Permalink
remove paramtype if added by specific section 4 sub-template part
Browse files Browse the repository at this point in the history
  • Loading branch information
rdosinski committed Feb 27, 2025
1 parent 9c5870e commit eb1a6bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions definitions/grib2/section.4.def
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,12 @@ if (defined(MTG2Switch) and MTG2Switch > 0 ) {
}
}

if (defined(MTG2Switch)){
if ( MTG2Switch == 0 ){
if(defined(paramtype)){
remove paramtype;
}
}
}

meta md5Section4 md5(offsetSection4,section4Length);

0 comments on commit eb1a6bc

Please sign in to comment.