eccodes/definitions/taf/remark.def

7 lines
97 B
Modula-2

alias remarkPresent=zero;
if (g is "RMK") {
alias remarkPresent=one;
modify g : hidden;
}