Closed jvdp1 closed 2 years ago
chunck_size is declared as integer and not as integer(hssize_t) as described in API.md file (I was following it when I got a compiler issue ;) )
chunck_size
integer
integer(hssize_t)
API.md
The second change is due to some confusions on my side. Hopefully does this change clarify it.
Please feel free to ignore this PR.
thanks this was implemented in https://github.com/geospace-code/h5fortran/commit/1d754a75f0cfe8856a151193d509ad40ada8d027
chunck_size
is declared asinteger
and not asinteger(hssize_t)
as described inAPI.md
file (I was following it when I got a compiler issue ;) )The second change is due to some confusions on my side. Hopefully does this change clarify it.
Please feel free to ignore this PR.