neq_xy Function

private pure elemental function neq_xy(A, B) result(notequal)

tolerance inequality for xy class [absolute tol hard-coded to 1d-12] -> probably to improve...

Type Bound

xy

Arguments

Type IntentOptional Attributes Name
class(xy), intent(in) :: A
class(xy), intent(in) :: B

Return Value logical


Calls

proc~~neq_xy~~CallsGraph proc~neq_xy xy_coordinates::xy%neq_xy proc~eq_xy xy_coordinates::xy%eq_xy proc~neq_xy->proc~eq_xy