From: Wolfgang Bangerth Date: Wed, 30 Jun 2004 18:44:49 +0000 (+0000) Subject: Fix more things in the docs. X-Git-Tag: v8.0.0~14974 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc00ae35d27514003d545e430feae0257d00055c;p=dealii.git Fix more things in the docs. git-svn-id: https://svn.dealii.org/trunk@9490 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/solver_selector.h b/deal.II/lac/include/lac/solver_selector.h index 90a103207b..fbff18aefd 100644 --- a/deal.II/lac/include/lac/solver_selector.h +++ b/deal.II/lac/include/lac/solver_selector.h @@ -48,7 +48,7 @@ * // * // generate a @p SolverSelector that * // calls the @p SolverCG - * SolverSelector, Vector > + * SolverSelector > * solver_selector("cg", control, memory); * // generate e.g. a @p PreconditionRelaxation * PreconditionRelaxation, Vector >