Skip to main content

Kdtree2_r_count

Count the number of neighbors within square distance 'r2'.

Interface

FUNCTION Kdtree2_r_count(tp, qv, r2) RESULT(nfound)
TYPE(Kdtree2_), POINTER :: tp
REAL(kdkind), TARGET, INTENT(In) :: qv(:)
REAL(kdkind), INTENT(in) :: r2
INTEGER :: nfound
END FUNCTION Kdtree2_r_count