Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libsrc/hdf_convenience.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define MI2_CLASS "class"

/* Make 1.8.x compatible files if building with 1.10.x */
#ifndef H5F_LIBVER_V18
#if (H5_VERS_MAJOR==1)&&(H5_VERS_MINOR<10)
#define H5F_LIBVER_V18 H5F_LIBVER_LATEST
#endif

Expand Down
2 changes: 1 addition & 1 deletion libsrc2/volume.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "minc2_private.h"

/* Build with 1.8.x support if using 1.10.x */
#ifndef H5F_LIBVER_V18
#if (H5_VERS_MAJOR==1)&&(H5_VERS_MINOR<10)
#define H5F_LIBVER_V18 H5F_LIBVER_LATEST
#endif

Expand Down