die Interface

public interface die

Stop program execution with one or two messages


Module Procedures

private subroutine die_1(message)

Stop program execution with a message

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: message

private subroutine die_2(message1, message2)

Stop program execution with two messages

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: message1
character(len=*), intent(in) :: message2