report_iteration_count_error Subroutine

public subroutine report_iteration_count_error(err, fname, msg, mincount)

Reports an iteration count error.

Arguments

Type IntentOptional 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.


Contents


Variables

Type Visibility Attributes Name Initial
character(len=MESSAGE_SIZE), public :: emsg