Skip to content

Commit

Permalink
Update organized.h (PointCloudLibrary#1965)
Browse files Browse the repository at this point in the history
Doc typo fix
  • Loading branch information
vfdev-5 authored and UnaNancyOwen committed Nov 24, 2017
1 parent d19a432 commit 5a1d189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/include/pcl/search/organized.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ namespace pcl
/** \brief test if point given by index is among the k NN in results to the query point.
* \param[in] query query point
* \param[in] k number of maximum nn interested in
* \param[in] queue priority queue with k NN
* \param[in,out] queue priority queue with k NN
* \param[in] index index on point to be tested
* \return whether the top element changed or not.
*/
Expand Down

0 comments on commit 5a1d189

Please sign in to comment.