From: Reza Rastak Date: Mon, 7 Oct 2019 17:16:58 +0000 (-0700) Subject: Apply suggestions from code review X-Git-Tag: v9.2.0-rc1~992^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d681f3ca88ed2d9dfe6934f6bbf91d75bb84d1;p=dealii.git Apply suggestions from code review Co-Authored-By: Daniel Arndt --- diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 94f2e9cc3f..6a87de8635 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -710,11 +710,11 @@ namespace GridTools * 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],