From 0faab0bd831077c77f96c2caf6c442df13ae0d55 Mon Sep 17 00:00:00 2001 From: Peter Steinbach Date: Mon, 19 Feb 2018 11:44:50 +0100 Subject: [PATCH] fixed wrong reference by name to parameter --- doc/manual.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual.tex b/doc/manual.tex index f9e7c87..8b5198e 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -450,7 +450,7 @@ Index(const Matrix& points, const IndexParams& params, Distance distance = Distance() ); \end{Verbatim} \begin{description} -\item[features] Matrix containing the features(points) that should be indexed, stored in a row-major order (one point +\item[points] Matrix containing the features(points) that should be indexed, stored in a row-major order (one point on each row of the matrix). The size of the matrix is $num\_features \times dimensionality$. \item[params] Structure containing the index parameters. The type of index that will be constructed depends on the type -- GitLab