sub_hex Function

private pure elemental function sub_hex(A, B) result(C)

Subtraction overload for hex type

Arguments

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

Return Value type(hex)


Called by

proc~~sub_hex~~CalledByGraph proc~sub_hex hex_coordinates::sub_hex interface~operator(-) hex_coordinates::operator(-) interface~operator(-)->proc~sub_hex