Compare two Paths in the linearized tree Result: -1: left is lower than right 0: left is same than right 1: left is higher than right
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_path_type), | intent(in) | :: | left | candidate path |
||
type(tem_path_type), | intent(in) | :: | right | candidate path |
relation between the paths
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | maxPathLen | ||||
integer(kind=long_k), | private | :: | diff |