mateidavid / fast5

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

Wrong type for a few ids: should be hid_t instead of int - fails with hdf5-1.10 #10

Closed pini-gh closed 8 years ago

pini-gh commented 8 years ago

Hi,

While trying fast5 with hdf5-1.10 I encountered unexpected failures reading valid HDF5 files. I've eventually found out that some ids aren't of the correct type. Please see the attached patch.

Thanks. hid_t.txt

mateidavid commented 8 years ago

I applied this to dev, I'll switch over soon. Thanks!