report_inner_matrix_dimension_error Subroutine

public subroutine report_inner_matrix_dimension_error(fcn, err, name1, name2, expected, actual)

Reports an inner matrix dimension error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: fcn

The name of the function that failed.

class(errors), intent(inout) :: err

The error object to be updated.

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

The name of the first matrix.

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

The name of the second matrix.

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

The expected inner dimension.

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

The actual inner dimension.


Variables

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