Skip to content

Commit

Permalink
wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
jimregan committed Jul 20, 2015
1 parent d515858 commit b476a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classify/kdtree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,10 @@ KDDelete (KDTREE * Tree, FLOAT32 Key[], void *Data) {
* @param Query ptr to query key (point in D-space)
* @param QuerySize number of nearest neighbors to be found
* @param MaxDistance all neighbors must be within this distance
* @param NBuffer[out] ptr to QuerySize buffer to hold nearest neighbors
* @param DBuffer[out] ptr to QuerySize buffer to hold distances
* @param NBuffer ptr to QuerySize buffer to hold nearest neighbors
* @param DBuffer ptr to QuerySize buffer to hold distances
* from nearest neighbor to query point
* @param[out] NumberOfResults Number of nearest neighbors actually found
* @param NumberOfResults [out] Number of nearest neighbors actually found
* @note Exceptions: none
* @note History:
* - 3/10/89, DSJ, Created.
Expand Down

0 comments on commit b476a28

Please sign in to comment.