aboutsummaryrefslogtreecommitdiff
path: root/src/H5IOwriter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5IOwriter.cc')
-rw-r--r--src/H5IOwriter.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5IOwriter.cc b/src/H5IOwriter.cc
index 2b133fe..71d9845 100644
--- a/src/H5IOwriter.cc
+++ b/src/H5IOwriter.cc
@@ -3,6 +3,10 @@
* Data conversion is performed during write operation.
*/
#include <H5IO.hh>
+
+/* 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>
#define FILE "SDS.h5"