report_nonmonotonic_array_error Subroutine

public subroutine report_nonmonotonic_array_error(err, fname, name)

Reports an error related to a nonmonotonic array when a monotonic array was expected.

Arguments

Type IntentOptional 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) :: name

The parameter name.


Contents


Variables

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