From 1914ef67d93958464d128e8569b3d1aede1a0876 Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 5 Apr 2013 23:54:53 +0000 Subject: [PATCH] fix doc git-svn-id: https://svn.dealii.org/trunk@29207 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/solver_cg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/include/deal.II/lac/solver_cg.h b/deal.II/include/deal.II/lac/solver_cg.h index afab462f79..ac3e9041ac 100644 --- a/deal.II/include/deal.II/lac/solver_cg.h +++ b/deal.II/include/deal.II/lac/solver_cg.h @@ -35,9 +35,9 @@ DEAL_II_NAMESPACE_OPEN * * Like all other solver classes, this class has a local structure * called @p AdditionalData which is used to pass additional - * parameters to the solver, like damping parameters or the number of - * temporary vectors. For this class, there is a switch allowing for - * additional output for the computation of eigenvalues of the matrix. + * parameters to the solver. For this class, there is (among other things) + * a switch allowing for additional output for the computation of + * eigenvalues of the matrix. * *

Eigenvalue computation

* -- 2.39.5