grib_util_set_spec: Print status of GRIBEX mode

This commit is contained in:
Shahram Najm 2019-02-22 18:13:04 +00:00
parent 6eb42de199
commit 1b263f0ec8
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ static void print_values(grib_context* c, const grib_util_grid_spec2* spec,
}
printf("ECCODES DEBUG grib_util: data_values are CONSTANT? %d\t(min=%.16e, max=%.16e)\n",
isConstant, minVal, maxVal);
if (c->gribex_mode_on) printf("ECCODES DEBUG grib_util: GRIBEX mode is turned on!\n");
#if 0
if (spec->bitmapPresent) {