mirror of https://github.com/ecmwf/eccodes.git
SUP-539: grib 1 & 2 lambert : centre vs center
This commit is contained in:
parent
22b83e53a8
commit
ec72a662fc
|
@ -60,7 +60,9 @@ alias Dy= DyInMetres;
|
||||||
alias Dj = DyInMetres;
|
alias Dj = DyInMetres;
|
||||||
|
|
||||||
|
|
||||||
unsigned[1] projectionCenterFlag : dump;
|
unsigned[1] projectionCentreFlag : dump;
|
||||||
|
# Also add the old spelling of "centre" for backward compatibility
|
||||||
|
alias projectionCenterFlag=projectionCentreFlag;
|
||||||
|
|
||||||
# for change_scanning_direction
|
# for change_scanning_direction
|
||||||
alias yFirst=latitudeOfFirstGridPointInDegrees;
|
alias yFirst=latitudeOfFirstGridPointInDegrees;
|
||||||
|
|
Loading…
Reference in New Issue