mirror of https://github.com/ecmwf/eccodes.git
ECC-1969: On-Demand ExtremesDT - remove alias of paramtype to MARS namespace for tile template
This commit is contained in:
parent
94cea1648f
commit
2f04dee967
|
@ -42,5 +42,5 @@ alias tile.nTileAtt=nTileAtt;
|
|||
alias mars.tile=typeOfTile;
|
||||
alias mars.tileattribute=tileAttribute;
|
||||
constant paramTypeTile = "tile";
|
||||
unalias mars.paramtype;
|
||||
alias mars.paramtype=paramTypeTile;
|
||||
# unalias paramtype;
|
||||
alias paramtype=paramTypeTile;
|
||||
|
|
Loading…
Reference in New Issue