From: Wolfgang Bangerth Date: Wed, 30 Jun 2004 18:44:11 +0000 (+0000) Subject: Fix documentation. X-Git-Tag: v8.0.0~14975 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78e66059db4230c87eff47645f64a4b50280510e;p=dealii.git Fix documentation. git-svn-id: https://svn.dealii.org/trunk@9489 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 ef93a69790..90a103207b 100644 --- a/deal.II/lac/include/lac/solver_selector.h +++ b/deal.II/lac/include/lac/solver_selector.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -65,7 +65,7 @@ * @verbatim * Parameter_Handler prm; * prm.declare_entry ("solver", "none", - * Patterns::Sequence(SolverSelector::get_solver_names())); + * Patterns::Selection(SolverSelector<>::get_solver_names())); * ... * @endverbatim * Assuming that in the users parameter file there exists the line