mirror of https://github.com/ecmwf/eccodes.git
ECC-1018: Added DIAG product. Treated the same as BUDG
This commit is contained in:
parent
1ff8729dd1
commit
ea7c5c053a
|
@ -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" ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue