effort_eq Function

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

Arguments

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

Return Value logical


Called by

proc~~effort_eq~~CalledByGraph proc~effort_eq effort_eq interface~operator(==) operator(==) interface~operator(==)->proc~effort_eq