error Subroutine

public impure subroutine error(msg)

This subroutine provides a way to report an error message and halt the program.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: msg

Contents

None