From 9a9665675b998d3821997c054096d36a1ca34686 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 12 Apr 2009 22:22:40 +0000 Subject: [PATCH] Cross-reference step-34. git-svn-id: https://svn.dealii.org/trunk@18603 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parsed_function.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/parsed_function.h b/deal.II/base/include/base/parsed_function.h index 913a5db348..11368a1536 100644 --- a/deal.II/base/include/base/parsed_function.h +++ b/deal.II/base/include/base/parsed_function.h @@ -2,7 +2,7 @@ // $Id: function_parser.h 14594 2007-03-22 20:17:41Z bangerth $ // Version: $Name$ // -// Copyright (C) 2007 by the deal.II authors +// Copyright (C) 2007, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -24,7 +24,10 @@ namespace Functions { /** * Friendly interface to the FunctionParser class. This class is - * meant as a wrapper for the FunctionParser class. It provides two + * meant as a wrapper for the FunctionParser class. It is used in the + * @ref step_34 "step-34" tutorial program. + * + * It provides two * methods to declare and parse a ParameterHandler object and creates * the Function object declared in the parameter file. This class is * derived from the AutoDerivativeFunction class, so you don't need -- 2.39.5