mirror of https://github.com/ecmwf/eccodes.git
Definitions: clean up
This commit is contained in:
parent
3747d8bc2d
commit
873c655322
|
@ -61,7 +61,7 @@ if(matrixOfValues == 0)
|
|||
# For grib1 -> grib2
|
||||
constant bitMapIndicator = 0;
|
||||
|
||||
meta codedValues data_g1simple_packing (
|
||||
meta codedValues data_g1simple_packing(
|
||||
section4Length,
|
||||
offsetBeforeData,
|
||||
offsetSection4,
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# (C) Copyright 2005- ECMWF.
|
||||
|
||||
# TEMPLATE 3.4, Variable resolution latitude/longitude
|
||||
|
||||
include "grib2/template.3.shape_of_the_earth.def";
|
||||
include "grib2/template.3.latlon_vares.def";
|
||||
|
|
|
@ -31,7 +31,6 @@ transient numberOfPackedValues = numberOfValues - 1 : no_copy;
|
|||
numberOfValues
|
||||
) ;
|
||||
|
||||
|
||||
meta packingError simple_packing_error(bitsPerValue,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
|
||||
meta unpackedError simple_packing_error(zero,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
|
||||
|
||||
|
|
Loading…
Reference in New Issue