25 type(hsx_t),
public ::
hsx 45 subroutine read_hsx( fname, fname_len, eq_struct)
49 character(len=fname_len),
intent(in) :: fname
53 TYPE(
eqelement),
target :: eq_elements(26)
58 inquire(file=fname, exist=file_exist)
59 if (.not.file_exist)
then 60 print *,
'File does not exist' 66 call read_hsx_file(
hsx, fname )
97 eq_struct%fields = c_loc(eq_elements(1))
98 eq_struct%numfields =
SIZE( eq_elements, 1 )
subroutine read_hsx(fname, fname_len, eq_struct)