Reports an iteration count error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(errors), | intent(inout) | :: | err |
The error handling object. |
||
character(len=*) | :: | fname |
The name of the routine in which the error occurred. |
|||
character(len=*) | :: | msg |
The error message. |
|||
integer(kind=int32), | intent(in) | :: | mincount |
The minimum iteration count expected. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MESSAGE_SIZE), | public | :: | emsg |