Skip to main content

Kdtree2_r_count_around_point

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

Interface

FUNCTION Kdtree2_r_count_around_point(tp, idxin, correltime, r2) &
RESULT(nfound)
TYPE(Kdtree2_), POINTER :: tp
INTEGER, INTENT(In) :: correltime, idxin
REAL(kdkind), INTENT(in) :: r2
INTEGER :: nfound
END FUNCTION Kdtree2_r_count_around_point