Skip to content

Commit

Permalink
Removing duplicated errors, in support of #213
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Mar 7, 2016
1 parent 0bb9856 commit e10ad6b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions libsrc/ncx.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@
#define CRAYFLOAT 1 /* CRAY Floating point */
#endif

/*
* The integer return code for the conversion routines
* is 0 (ENOERR) when no error occurred, or NC_ERANGE as appropriate
* for an overflow conversion.
*/
#ifndef ENOERR
#define ENOERR 0
#endif
#ifndef NC_ERANGE
#define NC_ERANGE (-60) /* N.B. must match value in netcdf.h */
#endif
#ifndef NC_ENOMEM
#define NC_ENOMEM (-61) /* N.B. must match value in netcdf.h */
#endif


/*
* External sizes of the primitive elements.
Expand Down

0 comments on commit e10ad6b

Please sign in to comment.