From 20df9c563ea7190d0a5eacabe40f35c30182cc0e Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 1 Aug 2003 22:55:40 +0000 Subject: [PATCH] wrong command git-svn-id: https://svn.dealii.org/trunk@7895 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_bicgstab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/solver_bicgstab.h b/deal.II/lac/include/lac/solver_bicgstab.h index c117b202ec..6305dcb959 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -43,7 +43,7 @@ * The Bicgstab-method has two additional parameters: the first is a * boolean, deciding whether to compute the actual residual in each * step (@p{true}) or to use the length of the computed orthogonal - * residual (@{false}). Remark, that computing the residual causes a + * residual (@p{false}). Remark, that computing the residual causes a * third matrix-vector-multiplication, though no additional * preconditioning, in each step. The reason for doing this is, that * the size of the orthogonalized residual computed during the -- 2.39.5