Reports a matrix size error.
Type | Intent | Optional | 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 matrix. |
||
integer(kind=int32), | intent(in) | :: | expect_rows |
The expected number of rows. |
||
integer(kind=int32), | intent(in) | :: | expect_cols |
The expected number of columns. |
||
integer(kind=int32), | intent(in) | :: | actual_rows |
The actual number of rows. |
||
integer(kind=int32), | intent(in) | :: | actual_cols |
The actual number of columns. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MESSAGE_SIZE), | public | :: | msg |