add_hex Function

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

Addition 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~~add_hex~~CalledByGraph proc~add_hex hex_coordinates::add_hex interface~operator(+) hex_coordinates::operator(+) interface~operator(+)->proc~add_hex