report_underdefined_error Subroutine

public subroutine report_underdefined_error(err, fname, expect, actual)

Reports an underdefined problem error.

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) :: expect

The expected minimum number of equations.

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

The actual number of equations.


Contents


Variables

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