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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# Object-oriented Fortran 2018 HDF5 interface
7
7
8
8
Straightforward single-file/module access to HDF5.
9
-
Designed for easy use as a Meson "subproject" or CMake "ExternalProject".
9
+
Designed for easy use as a Meson "subproject" or CMake "ExternalProject" using **static** or **shared** linking.
10
10
Uses Fortran 2008 `submodule` and `error stop` for clean template structure.
11
11
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.
0 commit comments