From 190388608a3e572cd6cbd5e861cc4929b637004c Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 7 Jan 2000 10:13:22 +0000 Subject: [PATCH] Fix omission of # char. git-svn-id: https://svn.dealii.org/trunk@2165 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5