mirror of https://github.com/ecmwf/eccodes.git
7 lines
97 B
Modula-2
7 lines
97 B
Modula-2
|
alias remarkPresent=zero;
|
||
|
if (g is "RMK") {
|
||
|
alias remarkPresent=one;
|
||
|
modify g : hidden;
|
||
|
}
|
||
|
|