KDtree_FindLeaf Subroutine

public subroutine KDtree_FindLeaf(this, Point, tree, RIGHTCHILD)

Type Bound

KDtree

Arguments

Type IntentOptional Attributes Name
class(KDtree), intent(inout), target :: this
real(kind=rp), intent(in) :: Point(:)
type(KDtree), intent(inout), pointer :: tree
logical, intent(in) :: RIGHTCHILD