mirror of https://github.com/ecmwf/eccodes.git
Cleanup
This commit is contained in:
parent
c588d7b989
commit
073e2a8190
|
@ -1,17 +1,14 @@
|
|||
#########################
|
||||
#
|
||||
# author: Sebastien Villaume (SMHI)
|
||||
# created: 6 Oct 2011
|
||||
# modified: 13 Sep 2013
|
||||
#
|
||||
#########################
|
||||
|
||||
constant conceptsMasterMarsDir="mars" : hidden;
|
||||
constant conceptsLocalMarsDirAll="mars/[centre:s]" : hidden;
|
||||
|
||||
# Base MARS keywors
|
||||
##########################
|
||||
|
||||
alias mars.class = marsClass;
|
||||
alias mars.type = marsType;
|
||||
alias mars.stream = marsStream;
|
||||
|
@ -21,7 +18,6 @@ alias mars.domain = globalDomain;
|
|||
|
||||
# local section 82
|
||||
#########################
|
||||
|
||||
### nothing needed here...
|
||||
|
||||
# Local section 83
|
||||
|
|
|
@ -47,7 +47,7 @@ ieeefloat coefsSecond[NC2]; # TODO: find proper names
|
|||
alias data.coefsFirst = coefsFirst;
|
||||
alias data.coefsSecond=coefsSecond;
|
||||
|
||||
if(matrixBitmapsPresent == 1) {
|
||||
if (matrixBitmapsPresent == 1) {
|
||||
constant datumSize = NC*NR;
|
||||
constant secondaryBitmapsCount = numberOfValues + 0;
|
||||
constant secondaryBitmapsSize = secondaryBitmapsCount/8;
|
||||
|
|
Loading…
Reference in New Issue