read_time_string Subroutine

public subroutine read_time_string(timestr, jul, secs, success)

Arguments

Type IntentOptional AttributesName
character(len=19) :: timestr
integer, intent(out) :: jul
integer, intent(out) :: secs
logical, intent(out) :: success

Called by

proc~~read_time_string~~CalledByGraph proc~read_time_string read_time_string proc~process_file process_file proc~process_file->proc~read_time_string proc~configure~2 configure proc~configure~2->proc~read_time_string

Contents

None