mirror of https://github.com/ecmwf/eccodes.git
Cleanup
This commit is contained in:
parent
571b894019
commit
cf0aa1b7fd
|
@ -28,7 +28,6 @@ constant wrongPadding=0;
|
||||||
unsigned[1] table2Version : edition_specific,dump;
|
unsigned[1] table2Version : edition_specific,dump;
|
||||||
alias gribTablesVersionNo=table2Version;
|
alias gribTablesVersionNo=table2Version;
|
||||||
|
|
||||||
|
|
||||||
#assert(section1Length > 5);
|
#assert(section1Length > 5);
|
||||||
|
|
||||||
# Identification of originating/generating centre
|
# Identification of originating/generating centre
|
||||||
|
@ -41,7 +40,6 @@ alias originatingCentre=centre;
|
||||||
alias ls.centre = centre;
|
alias ls.centre = centre;
|
||||||
|
|
||||||
# Generating process identification number
|
# Generating process identification number
|
||||||
# (allocated by originating centre)
|
|
||||||
unsigned[1] generatingProcessIdentifier : dump;
|
unsigned[1] generatingProcessIdentifier : dump;
|
||||||
alias generatingProcessIdentificationNumber=generatingProcessIdentifier;
|
alias generatingProcessIdentificationNumber=generatingProcessIdentifier;
|
||||||
alias process=generatingProcessIdentifier;
|
alias process=generatingProcessIdentifier;
|
||||||
|
@ -269,7 +267,6 @@ if(((section1Length > 40) or new() or setLocalDefinition> 0) and deleteLocalDefi
|
||||||
}
|
}
|
||||||
|
|
||||||
template_nofail marsKeywords "mars/grib.[stream:s].[type:s].def";
|
template_nofail marsKeywords "mars/grib.[stream:s].[type:s].def";
|
||||||
#template marsKeywords "mars/grib.[stream:s].[type:s].def";
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -286,7 +283,6 @@ if(((section1Length > 40) or new() or setLocalDefinition> 0) and deleteLocalDefi
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
constant localUsePresent = 0 : edition_specific;
|
constant localUsePresent = 0 : edition_specific;
|
||||||
# template defaultMarsLabeling "mars/default_labeling.def";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section_padding section1Padding : read_only;
|
section_padding section1Padding : read_only;
|
||||||
|
|
Loading…
Reference in New Issue