orientation_equality Function

private pure function orientation_equality(a, b) result(isequal)

Overload of == operator for hex_orientation type

Type Bound

hex_orientation

Arguments

Type IntentOptional Attributes Name
class(hex_orientation), intent(in) :: a
class(hex_orientation), intent(in) :: b

Return Value logical