QR_MUMPS
|
This type is to represent the errors stack. More...
Public Attributes | |
type(qrm_err_type), pointer | top =>null() |
Pointer to the top of the stack. More... | |
integer | nelem =0 |
The number of error messages on the stack. More... | |
This type is to represent the errors stack.
Definition at line 110 of file qrm_error_mod.F90.
integer qrm_error_mod::qrm_err_stack_type::nelem =0 |
The number of error messages on the stack.
Definition at line 114 of file qrm_error_mod.F90.
type(qrm_err_type), pointer qrm_error_mod::qrm_err_stack_type::top =>null() |
Pointer to the top of the stack.
Definition at line 112 of file qrm_error_mod.F90.