From: Guido Kanschat Date: Fri, 1 Aug 2003 22:55:40 +0000 (+0000) Subject: wrong command X-Git-Tag: v8.0.0~16315 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f015bec6c8e31210c502b5431523aa263fd7b4f6;p=dealii.git wrong command git-svn-id: https://svn.dealii.org/trunk@7895 0785d39b-7218-0410-832d-ea1e28bc413d --- 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