report_memory_error Subroutine

public subroutine report_memory_error(err, fcn, flag)

Reports a memory allocation error.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.

integer(kind=int32), intent(in) :: flag

The error flag returned by the system.


Contents


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: msg