aboutsummaryrefslogtreecommitdiff
path: root/src/H5IO.hh
diff options
context:
space:
mode:
authorschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2008-01-15 19:37:39 +0000
committerschnetter <schnetter@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2008-01-15 19:37:39 +0000
commitf9397189af061a0d5e05107204d40bee94588ea5 (patch)
treec4eada3fa0ab401f3b2d9545eb2b27505752a112 /src/H5IO.hh
parent55b510784c16c992a3b8babadf03c2a7eee95331 (diff)
Choose HDF5 1.6 API when compiled with HDF5 1.8.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@83 21a6bef8-4479-4f54-8f8d-0db94a2919ef
Diffstat (limited to 'src/H5IO.hh')
-rw-r--r--src/H5IO.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5IO.hh b/src/H5IO.hh
index 891f9bc..7062ca4 100644
--- a/src/H5IO.hh
+++ b/src/H5IO.hh
@@ -34,6 +34,10 @@ Buffer Policy
* ReadBufferSize
*/
+
+/* Some macros to fix compatibility issues as long as 1.8.0 is in beta
+ phase */
+#define H5_USE_16_API 1
#include <hdf5.h>
class H5IO : public IObase {