CheckHypersphere Function

public function CheckHypersphere(tree, Point, minDist) result(Intersect)

Arguments

Type IntentOptional Attributes Name
type(KDtree), intent(inout), target :: tree
real(kind=rp), intent(in) :: Point(:)
real(kind=rp), intent(inout) :: minDist

Return Value logical