You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ For NetCDF4 see [nc4fortran](https://github.com/scivision/nc4fortran/).
10
10
Designed for easy use as a Meson "subproject" or CMake "ExternalProject / FetchContent" using **static** or **shared** linking.
11
11
Uses Fortran 2008 `submodule` for clean template structure.
12
12
This easy-to-use, thin object-oriented modern Fortran library abstracts away the messy parts of HDF5 so that you can read/write various types/ranks of data with a single command.
13
+
In distinction from other high-level HDF5 interfaces, h5fortran works to deduplicate code, using polymorphism wherever feasible and extensive test suite.
13
14
14
15
Polymorphic API with read/write for types int32, int64, real32, real64 with rank:
15
16
@@ -64,7 +65,7 @@ To include h5fortran as a Meson subproject, in the master project meson.build (t
0 commit comments