report_overconstraint_error Subroutine

public subroutine report_overconstraint_error(name, err)

Reports an overconstraint error.

Arguments

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

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

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