mirror of https://github.com/ecmwf/eccodes.git
ECC-1767: Make new keys read-only
This commit is contained in:
parent
457fad4348
commit
ec5223618c
|
@ -15,5 +15,5 @@ alias firstWavelengthInMetres = firstWavelength;
|
|||
alias secondWavelengthInMetres = secondWavelength;
|
||||
|
||||
constant billion = 1000000000 : hidden;
|
||||
meta firstWavelengthInNanometres multdouble(firstWavelength, billion);
|
||||
meta secondWavelengthInNanometres multdouble(secondWavelength, billion);
|
||||
meta firstWavelengthInNanometres multdouble(firstWavelength, billion) : read_only;
|
||||
meta secondWavelengthInNanometres multdouble(secondWavelength, billion) : read_only;
|
||||
|
|
Loading…
Reference in New Issue