From 8ed37f2d296b46a39505a34d0cb49a7607282e85 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 14 May 2019 15:25:46 -0600 Subject: [PATCH] two more warnings --- include/deal.II/grid/grid_generator.h | 2 +- include/deal.II/grid/grid_tools.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.39.5