From: Wolfgang Bangerth Date: Fri, 7 Jan 2000 10:13:22 +0000 (+0000) Subject: Fix omission of # char. X-Git-Tag: v8.0.0~21195 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5a85d9f9dfd80e2ef079beaedc45b7a0753962;p=dealii.git Fix omission of # char. git-svn-id: https://svn.dealii.org/trunk@2165 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/precondition.h b/deal.II/lac/include/lac/precondition.h index 8b1f3537ef..e7a3fed21a 100644 --- a/deal.II/lac/include/lac/precondition.h +++ b/deal.II/lac/include/lac/precondition.h @@ -214,7 +214,7 @@ class PreconditionRelaxation * preconditionig method. * * Usually, the use of #ReductionControl# is preferred over the use of - * the basic #SolverControl in defining this solver. + * the basic #SolverControl# in defining this solver. * * @author Guido Kanschat, 1999 */