Debug message: use higher precision

This commit is contained in:
Shahram Najm 2017-11-07 17:10:28 +00:00
parent 3ea7f8056a
commit 5afed6623b
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ static void print_values(grib_context* c, const grib_util_grid_spec2* spec,
if (v > maxVal) maxVal=v;
}
}
printf("ECCODES DEBUG grib_util: data_values are CONSTANT? %d\t(minVal=%g, maxVal=%g)\n",
printf("ECCODES DEBUG grib_util: data_values are CONSTANT? %d\t(min=%.16e, max=%.16e)\n",
isConstant, minVal, maxVal);
#if 0