Skip to content

int64 read 0d..3d write 0d..7d

Compare
Choose a tag to compare
@scivision scivision released this 02 Mar 04:58
· 723 commits to main since this release
5efcc5c

add ability to read/write int64 data. The HDF5 Fortran interface doesn't currently have an H5T_NATIVE_INT64 so we assume the int64 data on disk is H5T_STD_LE64.

If needed, we can add read int64 for 4d..7d in the future.