* contains the first point of @p points.
*
* @return A tuple containing the following information:
- * - @p Cells : a vector of all the cells containing at least one of
+ * - @p cells : A vector of all the cells containing at least one of
* the @p points .
- * - @p qpoints : A vector of vector of points. @p qpoints[i] contains
+ * - @p qpoints : A vector of vectors of points. @p qpoints[i] contains
* the reference positions of all points that fall within the cell @p cells[i] .
- * - @p indices : A vector of vector of integers, containing the mapping between
+ * - @p indices : A vector of vectors of integers, containing the mapping between
* local numbering in @p qpoints , and global index in @p points .
*
* If @p points[a] and @p points[b] are the only two points that fall in @p cells[c],