This function delivers the parent ID of a given TreeID
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | TreeID |
current treeID |
result of function containing parent ID
This function provides the parent ID of a given tree ID on a given level.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | TreeID |
treeID of which the pID is requested |
||
integer, | intent(in) | :: | level |
the level on which the pID is requested |
resulting parent ID