From 78e66059db4230c87eff47645f64a4b50280510e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 30 Jun 2004 18:44:11 +0000 Subject: [PATCH] Fix documentation. git-svn-id: https://svn.dealii.org/trunk@9489 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_selector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5