isGreater Function

public function isGreater(left, right) result(great)

This function provides a comparison of two paths.

Arguments

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

path to compare

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

path to compare against

Return Value logical

is greater??


Calls

proc~~isgreater~~CallsGraph proc~isgreater isGreater proc~tem_pathcomparison tem_PathComparison proc~isgreater->proc~tem_pathcomparison

Called by

proc~~isgreater~~CalledByGraph proc~isgreater isGreater interface~operator(gt) operator(>) interface~operator(gt)->proc~isgreater

Contents

None