change condition

This commit is contained in:
kmu 2020-01-27 13:41:42 -06:00
parent cd2f954314
commit 9214617e2e

View File

@ -80,7 +80,7 @@
#define PIO_MPI 0x2
#define PIO_HDF5 0x4
#ifndef H5_STDC_HEADERS
#ifdef STANDALONE
#define DBL_EPSILON 2.2204460492503131e-16
#define H5_DBL_ABS_EQUAL(X,Y) (fabs((X)-(Y)) < DBL_EPSILON)
#endif