From: Wolfgang Bangerth Date: Fri, 30 Apr 2004 14:38:24 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v8.0.0~15224 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb35c2b65fffbf32288876ae86ffdf2db482582;p=dealii.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@9128 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 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.