error_stop 接口

接口
public module subroutine error_stop(msg, code)

参数

类型 意图可选 属性 名称
character(len=*), intent(in) :: msg
integer, intent(in), optional :: code

描述

提供对 error stop 的调用,并允许用户指定代码和消息 (规范)