mirror of https://github.com/ecmwf/eccodes.git
Tools: Add associated field as name of special descriptor 999999
This commit is contained in:
parent
19e6600e28
commit
a95c8fe76d
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue