report_uninitialized_object_error Subroutine

public subroutine report_uninitialized_object_error(err, fname, obj)

Reports an uninitialized object error.

Arguments

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

The error handling object.

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

The name of the routine in which the error occurred.

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

The name of the object or type.


Contents


Variables

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