mirror of https://github.com/ecmwf/eccodes.git
6 lines
160 B
Modula-2
6 lines
160 B
Modula-2
|
# (C) Copyright 2005- ECMWF.
|
||
|
|
||
|
unsigned[2] totalNumberOfQuantiles : dump;
|
||
|
# quantile value, from 1 to totalNumberOfQuantiles
|
||
|
unsigned[2] quantileValue : dump;
|