From: Wolfgang Bangerth Date: Mon, 17 Jul 2000 07:13:27 +0000 (+0000) Subject: Micro change. X-Git-Tag: v8.0.0~20262 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1e78fc8dea5c592d10e99f41ce18b2b62528fe;p=dealii.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. *