Definitions: Clean up

This commit is contained in:
Shahram Najm 2021-09-28 16:57:10 +01:00
parent 9f512e8ba4
commit 4323334a3b
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
position offsetSection0;
constant section0Length=16;
ascii[4] identifier = "GRIB" : read_only;
unsigned[2] reserved = missing() : can_be_missing,hidden,read_only,edition_specific;
codetable[1] discipline ('0.0.table',masterDir,localDir) : dump;
ascii[4] identifier = "GRIB" : read_only;
unsigned[2] reserved = missing() : can_be_missing,hidden,read_only,edition_specific;
codetable[1] discipline ('0.0.table',masterDir,localDir) : dump;
unsigned[1] editionNumber = 2 : edition_specific,dump;
alias ls.edition = editionNumber;