ECC-1018: Added DIAG product. Treated the same as BUDG

This commit is contained in:
Shahram Najm 2019-11-08 18:14:48 +00:00
parent 1ff8729dd1
commit ea7c5c053a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if(kindOfProduct == `GRIB`){
template GRIB "grib[GRIBEditionNumber:l]/boot.def" ; template GRIB "grib[GRIBEditionNumber:l]/boot.def" ;
} }
if(kindOfProduct == `BUDG`){ if(kindOfProduct == `BUDG` || kindOfProduct == `DIAG`){
template BUDG "budg/boot.def" ; template BUDG "budg/boot.def" ;
} }