This commit is contained in:
Shahram Najm 2022-03-08 17:15:59 +00:00
parent c588d7b989
commit 073e2a8190
4 changed files with 9 additions and 13 deletions

View File

@ -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

View File

@ -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;