is_hdf5 Function

public function is_hdf5(filename)

is this file HDF5?

avoid warning/error messages sometimes h5fis_hdf5_f is .true. for missing file

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: filename

Return Value logical


Calls

proc~~is_hdf5~~CallsGraph proc~is_hdf5 is_hdf5 h5fis_hdf5_f h5fis_hdf5_f proc~is_hdf5->h5fis_hdf5_f

Called by

proc~~is_hdf5~~CalledByGraph proc~is_hdf5 is_hdf5 proc~test_exist test_exist proc~test_exist->proc~is_hdf5 proc~hdf_initialize hdf_initialize proc~hdf_initialize->proc~is_hdf5 proc~test_is_hdf5 test_is_hdf5 proc~test_is_hdf5->proc~is_hdf5 program~exist_tests exist_tests program~exist_tests->proc~test_exist program~exist_tests->proc~test_is_hdf5

Contents

None