Find the position of a specific path in the list of all paths.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_path_type), | intent(in) | :: | sPath | Specific path to search. |
||
| type(tem_path_type), | intent(in) | :: | Pathlist(:) | List of paths for all elements to search in. |
||
| integer, | intent(in), | optional | :: | lower | Possibly only search on a subinterval, starting at PathList(lower:) |
|
| integer, | intent(in), | optional | :: | upper | Possibly only search on a subinterval, ending at PathList(:upper) |
Position where sPath is found in Pathlist
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | lb | ||||
| integer, | private | :: | ub | ||||
| integer, | private | :: | middleSearch | ||||
| type(tem_path_type), | private | :: | current | ||||
| integer(kind=long_k), | private | :: | pathRelation | ||||
| integer, | private | :: | maxPathLen |