From ea7c5c053a3126ff2ffa37d1bdcf2c98eee92fab Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 8 Nov 2019 18:14:48 +0000 Subject: [PATCH] ECC-1018: Added DIAG product. Treated the same as BUDG --- definitions/boot.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/boot.def b/definitions/boot.def index 15ff30351..c2ba1b75e 100644 --- a/definitions/boot.def +++ b/definitions/boot.def @@ -64,7 +64,7 @@ if(kindOfProduct == `GRIB`){ template GRIB "grib[GRIBEditionNumber:l]/boot.def" ; } -if(kindOfProduct == `BUDG`){ +if(kindOfProduct == `BUDG` || kindOfProduct == `DIAG`){ template BUDG "budg/boot.def" ; }