Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
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