aboutsummaryrefslogtreecommitdiff
path: root/src/H5writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5writer.c')
-rw-r--r--src/H5writer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5writer.c b/src/H5writer.c
index 2f133f7..2e86336 100644
--- a/src/H5writer.c
+++ b/src/H5writer.c
@@ -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 WRITE_H5
#define FILE "SDS.h5"