From 6f718442a56d125a2b55d622e1faaffe362b6e4e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 18:01:25 +0000 Subject: [PATCH] Add a reference. git-svn-id: https://svn.dealii.org/trunk@19030 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/function_parser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/function_parser.h b/deal.II/base/include/base/function_parser.h index 588202ef81..007f44ea80 100644 --- a/deal.II/base/include/base/function_parser.h +++ b/deal.II/base/include/base/function_parser.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2007, 2008 by the deal.II authors +// Copyright (C) 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 @@ -47,7 +47,8 @@ template class Vector; * from the fparser.txt file that comes with the fparser library. Please refer * also to that file both for clarifications on how this wrapper works, as * well as for any issue regarding the licence that applies to this class. - * This class is used in the @ref step_33 "step-33" tutorial program. + * This class is used in the @ref step_33 "step-33" and @ref step_36 "step-36" + * tutorial programs (the latter being much simpler to understand). * * By using this class you indicate that you accept the terms of the licence * that comes with the fparser library. If you do not agree with them, you -- 2.39.5