report_nonmonotonic_array_error Subroutine

public subroutine report_nonmonotonic_array_error(name, var, ind, err)

Reports a nonmonotonic array error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: name

The name of the routine in which the error was found.

character(len=*), intent(in) :: var

The name of the offending variable.

integer(kind=int32), intent(in) :: ind

The index of the occurrence of nonmonotonicity.

class(errors), intent(inout) :: err

An errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution.


Contents


Variables

Type Visibility Attributes Name Initial
character(len=256), public :: errmsg