wrong place

This commit is contained in:
Jim O'Regan 2015-07-20 18:39:29 +01:00
parent d51585885f
commit b476a28dfc

View File

@ -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.