check_status Subroutine

public subroutine check_status(filestatus, errormsg)

Subroutine for handling file reading errors.

This subroutine takes directly the iostat and iomsg values from the file opening procedure.

ARGUMENTS

filestatus : integer The iostat value.

errormsg : character*256 The associated error message.

Arguments

Type IntentOptional Attributes Name
integer :: filestatus

File reading status (indicates errors)

character(len=256) :: errormsg

Error message and read line


Called by

proc~~check_status~~CalledByGraph proc~check_status check_status proc~handle_hyp_file handle_hyp_file proc~handle_hyp_file->proc~check_status proc~handle_main_file handle_main_file proc~handle_main_file->proc~check_status proc~gd GD proc~handle_main_file->proc~gd proc~gd->proc~handle_hyp_file program~main main program~main->proc~handle_main_file