mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
5296896af5
commit
e6960e5299
|
@ -1,3 +1,6 @@
|
|||
integer, parameter,public :: CODES_ATTRIBUTE_NOT_FOUND = -63
|
||||
integer, parameter,public :: CODES_TOO_MANY_ATTRIBUTES = -62
|
||||
integer, parameter,public :: CODES_ATTRIBUTE_CLASH = -61
|
||||
integer, parameter,public :: CODES_NULL_POINTER = -60
|
||||
integer, parameter,public :: CODES_MISSING_BUFR_ENTRY = -59
|
||||
integer, parameter,public :: CODES_WRONG_CONVERSION = -58
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
/*! \file grib_api.h
|
||||
\brief grib_api C header file
|
||||
|
||||
This is the only file that must be included to use the grib_api library
|
||||
from C.
|
||||
*/
|
||||
|
||||
#ifndef grib_api_H
|
||||
|
|
Loading…
Reference in New Issue