reshape_type_eq Function

private pure elemental function reshape_type_eq(left, right) result(res)

Arguments

Type IntentOptional Attributes Name
type(dtfft_reshape_t), intent(in) :: left
type(dtfft_reshape_t), intent(in) :: right

Return Value logical


Called by

proc~~reshape_type_eq~~CalledByGraph proc~reshape_type_eq reshape_type_eq interface~operator(==)~2 operator(==) interface~operator(==)~2->proc~reshape_type_eq