From 11bec9ec7b29a0254608476cdc810473abefd4eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 14 May 2008 19:13:09 +0000 Subject: [PATCH] Reference step-33. git-svn-id: https://svn.dealii.org/trunk@16093 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parameter_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 554458a382..e2872de017 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 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 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,7 @@ namespace Patterns * * The ParameterHandler class is discussed in detail in the @ref * step_19 "step-19" example program, and is used in more realistic - * situation in @ref step_29 "step-29". + * situation in @ref step_29 "step-29" and @ref step_33 "step-33". * *

Declaring entries

* -- 2.39.5