QR_MUMPS
List of all members | Public Attributes
qrm_error_mod::qrm_err_type Type Reference

This is the basic type for error message. More...

Public Attributes

integer code
 the error code More...
 
character(len=30) sub =''
 the name of the subroutine where the error was detected More...
 
integer, dimension(5) i_err_data =0
 an array that contains optional integer data for the error message More...
 
character(len=40) a_err_data =''
 an optional string for the error message More...
 
type(qrm_err_type), pointer next =>null()
 pointer to the message below in the stack More...
 

Detailed Description

This is the basic type for error message.

Definition at line 94 of file qrm_error_mod.F90.

Member Data Documentation

character(len=40) qrm_error_mod::qrm_err_type::a_err_data =''

an optional string for the error message

Definition at line 104 of file qrm_error_mod.F90.

integer qrm_error_mod::qrm_err_type::code

the error code

Definition at line 97 of file qrm_error_mod.F90.

integer, dimension(5) qrm_error_mod::qrm_err_type::i_err_data =0

an array that contains optional integer data for the error message

Definition at line 102 of file qrm_error_mod.F90.

type(qrm_err_type), pointer qrm_error_mod::qrm_err_type::next =>null()

pointer to the message below in the stack

Definition at line 106 of file qrm_error_mod.F90.

character(len=30) qrm_error_mod::qrm_err_type::sub =''

the name of the subroutine where the error was detected

Definition at line 99 of file qrm_error_mod.F90.


The documentation for this type was generated from the following file: