From bc00ae35d27514003d545e430feae0257d00055c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 30 Jun 2004 18:44:49 +0000 Subject: [PATCH] Fix more things in the docs. git-svn-id: https://svn.dealii.org/trunk@9490 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_selector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > -- 2.39.5