From 69a462696a94eb8a1c9e2a9f231556567948e693 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 4 Nov 2005 21:16:51 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@11715 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/matrices.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5