Reports an underdefined problem 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. |
||
integer(kind=int32), | intent(in) | :: | expect |
The expected minimum number of equations. |
||
integer(kind=int32), | intent(in) | :: | actual |
The actual number of equations. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MESSAGE_SIZE), | public | :: | msg |