report_array_size_error Subroutine

public subroutine report_array_size_error(err, fname, name, expect, actual)

Reports an array size 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 name of the array.

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

The expected size of the array.

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

The actual size of the array.


Contents


Variables

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