From: wolf Date: Mon, 17 Jul 2000 07:13:27 +0000 (+0000) Subject: Micro change. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9b5c59f0a6cccdcdbad6ac7c45a21addc70b49;p=dealii-svn.git Micro change. git-svn-id: https://svn.dealii.org/trunk@3164 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 893f0a62ed..a4883513a0 100644 --- a/deal.II/lac/include/lac/solver_bicgstab.h +++ b/deal.II/lac/include/lac/solver_bicgstab.h @@ -34,7 +34,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} , not implemented yet). Remark, that computing + * residual (@{false}, not implemented yet). Remark, that computing * the residual causes a third matrix-vector-multiplication, though no * additional preconditioning, in each step. *