report_zero_variance_warning Subroutine

public subroutine report_zero_variance_warning(err, fname)

Issues a warning when a zero variance is encountered in an unexpected place.

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.


Contents