die Subroutine

public subroutine die(routine, msg, file, line, unit, rc, cline)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: routine
character(len=*), intent(in) :: msg
character(len=*), intent(in), optional :: file
integer(kind=ip), intent(in), optional :: line
integer(kind=ip), intent(in), optional :: unit
integer(kind=ip), intent(in), optional :: rc
character(len=*), intent(in), optional :: cline

Contents