From 1b263f0ec829d0ee03fc72b20a2286be679057b2 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 22 Feb 2019 18:13:04 +0000 Subject: [PATCH] grib_util_set_spec: Print status of GRIBEX mode --- src/grib_util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/grib_util.c b/src/grib_util.c index 4b0eeae97..f378b10f7 100644 --- a/src/grib_util.c +++ b/src/grib_util.c @@ -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) {