This commit is contained in:
Shahram Najm 2015-02-11 17:08:18 +00:00
parent 5296896af5
commit e6960e5299
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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