From 5bb35c2b65fffbf32288876ae86ffdf2db482582 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Apr 2004 14:38:24 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@9128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/matrices.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/numerics/matrices.h b/deal.II/deal.II/include/numerics/matrices.h index 4d8ba71df8..aaba088da3 100644 --- a/deal.II/deal.II/include/numerics/matrices.h +++ b/deal.II/deal.II/include/numerics/matrices.h @@ -562,12 +562,12 @@ class MatrixCreator * * @sect3{Boundary conditions} * - * The @p apply_boundary_values function inserts boundary conditions - * of into a system of equations. To actually do this you have to + * The apply_boundary_values() function inserts boundary conditions + * into a system of equations. To actually do this you have to * specify a list of degree of freedom indices along with the values * these degrees of freedom shall assume. To see how to get such a * list, see the discussion of the - * VectorTools@p ::interpolate_boundary_values function. + * VectorTools::interpolate_boundary_values function. * * There are two ways to incorporate fixed degrees of freedom such as boundary * nodes into a linear system, as discussed below. -- 2.39.5