From de318c8d6eed761e00578acc42fa6b4b8867513f Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 12 Apr 2009 16:16:57 +0000 Subject: [PATCH] Cross-reference step-34. git-svn-id: https://svn.dealii.org/trunk@18602 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parameter_handler.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 8227a81fe1..9a8d1f3d09 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -772,7 +772,8 @@ namespace Patterns * * The ParameterHandler class is discussed in detail in the @ref * step_19 "step-19" example program, and is used in more realistic - * situations in @ref step_29 "step-29" and @ref step_33 "step-33". + * situations in @ref step_29 "step-29", @ref step_33 "step-33" + * and @ref step_34 "step-34". * *

Declaring entries

* -- 2.39.5