This commit is contained in:
Shahram Najm 2024-02-18 13:14:07 +00:00
parent 95bd0bc006
commit f621986f9f
1 changed files with 18 additions and 18 deletions

View File

@ -66,7 +66,7 @@ lookup[4] kindOfProduct (0,identifier) : hidden;
# `ABCD` is a number, each letter being a byte # `ABCD` is a number, each letter being a byte
if(kindOfProduct == `GRIB`){ if(kindOfProduct == `GRIB`){
lookup[1] GRIBEditionNumber (7,editionNumber) : edition_specific ; lookup[1] GRIBEditionNumber (7,editionNumber) : edition_specific;
template GRIB "grib[GRIBEditionNumber:l]/boot.def" ; template GRIB "grib[GRIBEditionNumber:l]/boot.def" ;
} }