Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix problem where H5open() is not called
With the latest version of the HDF5 library, opening a file doesn't call H5open() which is required before any other call to the library. Add manual calls to H5open().
- Loading branch information