MinimumDistOtherBoxes Subroutine

public recursive subroutine MinimumDistOtherBoxes(Point, root, tree, Radius, LeafIndex, New_minDist, New_IntersPoint, New_TriangleIndex)

Arguments

Type IntentOptional Attributes Name
real(kind=rp), intent(in) :: Point(:)
type(KDtree), intent(in) :: root
type(KDtree), intent(inout) :: tree
real(kind=rp), intent(in) :: Radius
integer, intent(in) :: LeafIndex
real(kind=rp), intent(inout) :: New_minDist
real(kind=rp), intent(inout) :: New_IntersPoint(:)
integer, intent(inout) :: New_TriangleIndex