report_null_pointer_error Subroutine

public subroutine report_null_pointer_error(err, fname, name)

Reports a null pointer 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) :: name

The parameter name.


Contents