QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
List of all members | Public Attributes
qrm_error_mod::qrm_err_stack_type Type Reference

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...
 

Detailed Description

This type is to represent the errors stack.

Definition at line 110 of file qrm_error_mod.F90.

Member Data Documentation

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.


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