Tools: Add associated field as name of special descriptor 999999

This commit is contained in:
Shahram Najm 2022-06-27 15:38:57 +01:00
parent 19e6600e28
commit a95c8fe76d
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ static void bufr_dump_descriptors(grib_handle* h)
while (i < size_desc) {
const long desc = array_descriptors[i];
if (desc == 999999) {
printf("%06ld\t\t\n", desc);
printf("%06ld\t\tASSOCIATED FIELD\n", desc);
}
else {
char* abbr = array_abbrevs[j];