Published December 25, 2019
| Version v2.0.0
Software
Open
scivision/h5fortran: API breaking changes, allow overwrite data
Description
%add => %write %get => %read
ierr
is the last non-optional argument for every procedure. This allows making exception handler-like behavior in the end user program. Be sure to check the value of ierr
, especially when writing files.
This paves the pathway to future slabbed / sliced read/write.
It's now possible to overwrite a variable with data of the same rank.
Files
scivision/h5fortran-v2.0.0.zip
Files
(28.8 kB)
Name | Size | Download all |
---|---|---|
md5:77417bd909d5e2dc5f83ea9ff4fc93d1
|
28.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/scivision/h5fortran/tree/v2.0.0 (URL)