report_null_forcing_routine_error Subroutine

public subroutine report_null_forcing_routine_error(name, err)

Reports a null forcing routine pointer 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