mateidavid / fast5

A C++ header-only library for reading Oxford Nanopore Fast5 files
MIT License
53 stars 16 forks source link

Fix wrong function signature when compiling with HDF5 1.12 series #24

Closed Chocobo1 closed 4 years ago

Chocobo1 commented 4 years ago

This is because the function has changed its parameter in HDF5 1.12 releases.

See: https://portal.hdfgroup.org/display/HDF5/H5O_GET_INFO https://portal.hdfgroup.org/display/HDF5/API+Compatibility+Macros

Closes issue #23.

jts commented 4 years ago

thanks for the PR!

Chocobo1 commented 4 years ago

Pardon me, I overlooked when supplying the new parameter, it is fixed in PR #25.