Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
468873faab9971e470b1cd5addfc8a00a1114c84
/
.
/
Tests
/
FindHDF5
/
Test
/
test_Fortran.f90
blob: 4c12c8ce02053f0cfc82c2275728a80cf23983b6 [
file
]
program hdf5_hello
use
hdf5
integer error
call h5open_f
(
error
)
call h5close_f
(
error
)
end