Commit b52efa28 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

add compatibility to NetCDF 4.3.3 as bundled with RHEL 7.x

parent e88ff8d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ const int THIS_IS_A_BIGINT = -4;

#define NCERR(x) ncerr(x, NULL, __LINE__)
#define NCERRX(x, descr) ncerr(x, descr, __LINE__)
#if !defined(NC_64BIT_DATA)
#define NC_64BIT_DATA NC_64BIT_OFFSET
#endif

/* ---------------------------------------------------------------------- */

+3 −0
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ const int THIS_IS_A_BIGINT = -4;

#define NCERR(x) ncerr(x, NULL, __LINE__)
#define NCERRX(x, descr) ncerr(x, descr, __LINE__)
#if !defined(NC_64BIT_DATA)
#define NC_64BIT_DATA NC_64BIT_OFFSET
#endif

/* ---------------------------------------------------------------------- */