mirror of https://github.com/ecmwf/eccodes.git
Add new error code CODES_OUT_OF_RANGE
This commit is contained in:
parent
4409c41035
commit
2372e6e652
|
@ -1,3 +1,4 @@
|
|||
integer, parameter,public :: CODES_OUT_OF_RANGE = -65
|
||||
integer, parameter,public :: CODES_UNSUPPORTED_EDITION = -64
|
||||
integer, parameter,public :: CODES_ATTRIBUTE_NOT_FOUND = -63
|
||||
integer, parameter,public :: CODES_TOO_MANY_ATTRIBUTES = -62
|
||||
|
|
|
@ -1250,6 +1250,8 @@ Error codes returned by the eccodes functions.
|
|||
#define CODES_ATTRIBUTE_NOT_FOUND GRIB_ATTRIBUTE_NOT_FOUND
|
||||
/** Edition not supported. */
|
||||
#define CODES_UNSUPPORTED_EDITION GRIB_UNSUPPORTED_EDITION
|
||||
/** Value out of coding range */
|
||||
#define CODES_OUT_OF_RANGE GRIB_OUT_OF_RANGE
|
||||
|
||||
|
||||
/*! @}*/
|
||||
|
|
Loading…
Reference in New Issue