forked from lijiext/lammps
add compatibility to NetCDF 4.3.3 as bundled with RHEL 7.x
This commit is contained in:
parent
e88ff8d6f9
commit
b52efa2850
|
@ -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
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in New Issue