Skip to content

Commit

Permalink
fix(lzf_filter.c): fix H5Z_class_t definition for newer hdf5 api
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Aug 7, 2024
1 parent 90ae82f commit 45dc846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lzf/lzf_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@

#if H5_VERS_MAJOR == 1 && H5_VERS_MINOR == 8 && (H5_VERS_RELEASE < 3 || !H5_USE_16_API)
#define H5PY_H5Z_NEWCLS 1
#if H5_VERS_MAJOR == 1 && H5_VERS_MINOR > 8
#define H5PY_H5Z_NEWCLS 1
#else
#define H5PY_H5Z_NEWCLS 0
#endif
Expand Down

0 comments on commit 45dc846

Please sign in to comment.