ECC-888: GRIB performance: remove GRIB1-specific keys from GRIB2

This commit is contained in:
Shahram Najm 2019-02-12 14:28:17 +00:00
parent ac551a7a9c
commit 8ad96950dd
2 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,6 @@ GRIBEX_boustrophedonic = getenv("ECCODES_GRIBEX_BOUSTROPHEDONIC","0") :hidden;
constant zero=0 : hidden;
constant one=1 : hidden;
constant two=1 : hidden;
constant three=1 : hidden;
constant hundred=100 : hidden;
constant true="true" :hidden;
constant false="false" : hidden;

View File

@ -9,6 +9,8 @@
constant ieeeFloats = 0 : hidden, edition_specific;
transient eps=0;
constant two=1 : hidden;
constant three=1 : hidden;
constant eight=8 : hidden;
constant eleven=11 : hidden;
constant epsPoint=1 : hidden;