File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555#endif
5656
5757#if (H5_VERS_MINOR == 10)
58- #define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V18
59- #define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V18
58+ #define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V110
59+ #define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V110
6060#endif
6161
6262#if (H5_VERS_MINOR == 12)
63- #define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V18
63+ #define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V110
6464#define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V18
6565#endif
6666
67+ #if (H5_VERS_MINOR == 14)
68+ #define HDF5_VERSION_LIB_LOWER_BOUNDS H5F_LIBVER_V110
69+ #define HDF5_VERSION_LIB_UPPER_BOUNDS H5F_LIBVER_V110
70+ #endif
71+
72+ #ifndef HDF5_VERSION_LIB_LOWER_BOUNDS
73+ #error HDF5_VERSION_LIB_LOWER_BOUNDS is not defined. Please check the version of HDF5 that you are compiling against
74+ #endif
75+
6776namespace H5Support {
6877
6978#define ENABLE_BITMASK_OPERATORS (x ) \
You can’t perform that action at this time.
0 commit comments