error_stop Interface

interface
public module subroutine error_stop(msg, code)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: msg
integer, intent(in), optional :: code

Description

Provides a call to error stop and allows the user to specify a code and message (Specification)