aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2008-01-15 19:37:15 +0000
committerschnetter <schnetter@7842ec3a-9562-4be5-9c5b-06ba18f2b668>2008-01-15 19:37:15 +0000
commit18e930cd2c57657e6f13dc7e2c0cb944f19adf48 (patch)
tree4fd3fead8a56dcbd750539ab585e53ca25dc0304
parentcdddb3de1d2cdb783feedf8fac4efc4f5df88723 (diff)
Choose HDF5 1.6 API when compiled with HDF5 1.8.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5Util/trunk@137 7842ec3a-9562-4be5-9c5b-06ba18f2b668
-rw-r--r--src/ioHDF5UtilGH.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ioHDF5UtilGH.h b/src/ioHDF5UtilGH.h
index 3f68e94..b1f11d4 100644
--- a/src/ioHDF5UtilGH.h
+++ b/src/ioHDF5UtilGH.h
@@ -11,6 +11,7 @@
#ifndef _IOUTILHDF5_IOUTILHDF5GH_H_
#define _IOUTILHDF5_IOUTILHDF5GH_H_ 1
+#define H5_USE_16_API 1
#include <hdf5.h>
#include "CactusBase/IOUtil/src/ioutil_Utils.h"