neq_hex Function

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

Inequality overload for hex type

Arguments

Type IntentOptional Attributes Name
type(hex), intent(in) :: A
type(hex), intent(in) :: B

Return Value logical


Calls

proc~~neq_hex~~CallsGraph proc~neq_hex hex_coordinates::neq_hex proc~eq_hex hex_coordinates::eq_hex proc~neq_hex->proc~eq_hex

Called by

proc~~neq_hex~~CalledByGraph proc~neq_hex hex_coordinates::neq_hex interface~operator(SLASH=) hex_coordinates::operator(/=) interface~operator(SLASH=)->proc~neq_hex