From: Reza Rastak Date: Thu, 7 Nov 2019 04:37:47 +0000 (-0800) Subject: small doc typo fix in DoFTools X-Git-Tag: v9.2.0-rc1~901^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9014%2Fhead;p=dealii.git small doc typo fix in DoFTools --- 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).