report_nonsquare_mass_matrix_error Subroutine

public subroutine report_nonsquare_mass_matrix_error(name, m, n, err)

Reports an error relating to a non-square mass matrix.

Arguments

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

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

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

The number of rows found in the mass matrix.

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

The number of columns found in the mass matrix.

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


Variables

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