JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
390 stars 143 forks source link

h5p_set_meta_block_size(..) duplicated in code #936

Closed NicholasWMRitchie closed 2 years ago

NicholasWMRitchie commented 2 years ago

The definition for the api function h5p_set_meta_block_size(fapl_id, size) is duplicated on lines 2776 and 2831.

musm commented 2 years ago

Good catch, easy fix. Will push later today.

mkitti commented 2 years ago

My fault. Will you push soon?

musm commented 2 years ago

Feel free to push the fix!