From: Timo Heister Date: Tue, 14 May 2019 21:25:46 +0000 (-0600) Subject: two more warnings X-Git-Tag: v9.1.0-rc2~15^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09c136d639f09ccf4aa49746cb5480c3e05b076a;p=dealii.git two more warnings --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 9c55cf002f..954168ded7 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -401,7 +401,7 @@ namespace GridGenerator * or CylindricalManifold (in 3D) with manifold id $0$, a * TransfiniteInterpolationManifold with manifold id $1$, and a FlatManifold * everywhere else. For more information on this topic see - * @ref* GlossManifoldIndicator "the glossary entry on manifold indicators". + * @ref GlossManifoldIndicator "the glossary entry on manifold indicators". * The * cell faces on the cylinder and surrounding shells have manifold ids of * $0$, while the cell volumes adjacent to the shells (or, if they do not diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 76cff36050..4a3473f57c 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1656,7 +1656,7 @@ namespace GridTools /** * Given a covering rtree (see GridTools::Cache::get_covering_rtree()), and an * array of points, find a superset of processes which, individually, - * may own the cell containing the point. + * may own the cell containing the points. * * For further details see GridTools::guess_point_owner; here only * different input/output types are reported: @@ -1665,6 +1665,8 @@ namespace GridTools * process(es) in a parallel computation may own the cell that * surrounds a given point. * + * @param[in] points A vector of points to consider. + * * @return A tuple containing the following information: * - A map indexed by processor ranks. For each rank it contains * a vector of the indices of points it might own.