ECC-1407: Fix grid_second_order_boustrophedonic

This commit is contained in:
Shahram Najm 2022-06-25 16:14:14 +01:00
parent 5f247cbc4a
commit f7d1505c9c
1 changed files with 1 additions and 1 deletions

View File

@ -419,8 +419,8 @@ static int process_packingType_change(grib_handle* h, const char* keyname, const
if (h->context->debug) {
fprintf(stderr, "ECCODES DEBUG grib_set_string packingType: "
"Constant field cannot be encoded in second order. Packing not changed\n");
return 1; /* Dealt with - no further action needed */
}
return 1; /* Dealt with - no further action needed */
}
}
/* GRIB-883: check if there are enough coded values */