report_polynomial_order_error Subroutine

public subroutine report_polynomial_order_error(err, fname, order, minorder)

Reports an error related to the order of the polynomial.

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.

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

The supplied order.

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

The minimum required polynomial order.


Contents


Variables

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