isGreaterOrEqual Function

public function isGreaterOrEqual(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~~isgreaterorequal~~CallsGraph proc~isgreaterorequal isGreaterOrEqual proc~tem_pathcomparison tem_PathComparison proc~isgreaterorequal->proc~tem_pathcomparison

Called by

proc~~isgreaterorequal~~CalledByGraph proc~isgreaterorequal isGreaterOrEqual interface~operator(gt=) operator(>=) interface~operator(gt=)->proc~isgreaterorequal

Contents

None