is_equal Function

public pure function is_equal(self, st, tol)

Arguments

Type IntentOptional Attributes Name
class(stencil_type), intent(in) :: self
type(stencil_type), intent(in) :: st
real, intent(in) :: tol

Return Value logical


Contents