isUnequal Function

private pure function isUnequal(left, right) result(unequality)

This function provides the test for unequality of two projections.

Two fxt header are considered to be unequal, if their node_header, or the factor are not equal.

Arguments

TypeIntentOptionalAttributesName
type(ply_fxt_header_type), intent(in) :: left

projection to compare

type(ply_fxt_header_type), intent(in) :: right

projection to compare against

Return Value logical

is unequal??


Called by

proc~~isunequal~7~~CalledByGraph proc~isunequal~7 isUnequal interface~operator(SLASH=)~7 operator(/=) interface~operator(SLASH=)~7->proc~isunequal~7

Contents

None