report_matrix_size_mismatch_error Subroutine

public subroutine report_matrix_size_mismatch_error(err, fcn, name, mexp, nexp, mact, nact)

Reports a matrix size mismatch 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.

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

The variable name.

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

The expected number of rows.

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

The expected number of columns.

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

The actual number of rows.

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

The actual number of columns.


Contents


Variables

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