From: Wolfgang Bangerth Date: Fri, 4 Nov 2005 21:16:51 +0000 (+0000) Subject: Fix doc. X-Git-Tag: v8.0.0~12908 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a462696a94eb8a1c9e2a9f231556567948e693;p=dealii.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@11715 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/matrices.h b/deal.II/deal.II/include/numerics/matrices.h index 63bd9f6133..c3e6a3db57 100644 --- a/deal.II/deal.II/include/numerics/matrices.h +++ b/deal.II/deal.II/include/numerics/matrices.h @@ -152,7 +152,7 @@ namespace PETScWrappers * considered, and in order to determine in which order, the function takes a * @p dof_to_boundary_mapping; this object maps global DoF numbers to a * numbering of the degrees of freedom located on the boundary, and can be - * obtained using the function DoFTools::map_dof_to_boundary_indices. + * obtained using the function DoFTools::map_dof_to_boundary_indices(). * * In order to work, the function needs a matrix of the correct size, built on * top of a corresponding sparsity pattern. Since we only work on a subset of