From 1bc2ab4c45b8bc5688359867e088eebdbba6f0ab Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Wed, 6 Nov 2019 20:37:47 -0800 Subject: [PATCH] small doc typo fix in DoFTools --- include/deal.II/dofs/dof_tools.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index f04bb8d077..0839938378 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -1429,7 +1429,7 @@ namespace DoFTools * @ref GlossComponentMask) * shall equal the number of components in the finite element used by @p * dof. The size of @p selected_dofs shall equal - * dof_handler.n_dofs(). Previous contents of this array or + * dof_handler.n_dofs(). Previous contents of this array are * overwritten. * * Using the usual convention, if a shape function is non-zero in more than @@ -1446,7 +1446,7 @@ namespace DoFTools * DoFTools::extract_boundary_dofs function. * * @param[in] dof_handler The object that describes which degrees of freedom - * live on which cell + * live on which cell. * @param[in] component_mask A mask denoting the vector components of the * finite element that should be considered (see also * @ref GlossComponentMask). @@ -1486,7 +1486,7 @@ namespace DoFTools * @ref GlossLocallyRelevantDof "locally relevant DoFs"). * * @param[in] dof_handler The object that describes which degrees of freedom - * live on which cell + * live on which cell. * @param[in] component_mask A mask denoting the vector components of the * finite element that should be considered (see also * @ref GlossComponentMask). -- 2.39.5