Skip to content

Commit 209190e

Browse files
author
Marius Muja
committed
Fix outdated onstants names in the manual
1 parent e1d4baa commit 209190e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.pdf

-150 Bytes
Binary file not shown.

doc/manual.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,9 @@ \subsubsection{flann::Index::knnSearch}
698698
\begin{description}
699699
\item[checks] specifies the maximum leafs to visit when searching for neighbours. A
700700
higher value for this parameter would give better search precision, but
701-
also take more time. For all leafs to be checked use the value \texttt{CHECKS\_UNLIMITED}.
701+
also take more time. For all leafs to be checked use the value \texttt{FLANN\_CHECKS\_UNLIMITED}.
702702
If automatic configuration was used when the index was created, the number of checks
703-
required to achieve the specified precision was also computed, to use that value specify \texttt{CHECKS\_AUTOTUNED}.
703+
required to achieve the specified precision was also computed, to use that value specify \texttt{FLANN\_CHECKS\_AUTOTUNED}.
704704
\item[eps] Search for eps-approximate neighbors (only used by KDTreeSingleIndex and KDTreeCuda3dIndex).
705705
\item[sorted] Used only by radius search, specifies if the neighbors returned should be sorted by distance.
706706
\item[max\_neighbours] Specifies the maximum number of neighbors radius search should return (default: -1 =

0 commit comments

Comments
 (0)