Reports an error relating to two arrays not being the same size when they should be the same size.
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) | :: | name1 |
The name of the first array. |
||
character(len=*), | intent(in) | :: | name2 |
The name of the second array. |
||
integer(kind=int32), | intent(in) | :: | size1 |
The size of the first array. |
||
integer(kind=int32), | intent(in) | :: | size2 |
The size of the second array. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MESSAGE_SIZE), | public | :: | msg |