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

This commit is contained in:
Axel Kohlmeyer 2017-08-23 15:28:27 -04:00
parent e88ff8d6f9
commit b52efa2850
2 changed files with 6 additions and 0 deletions

View File

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

View File

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