From d459107ee9bfb365a336d2e30a56184e3bd97f01 Mon Sep 17 00:00:00 2001 From: wolf Date: Sun, 11 Sep 2005 01:38:08 +0000 Subject: [PATCH] Mention step-19. git-svn-id: https://svn.dealii.org/trunk@11398 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parameter_handler.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 27489b2b3a..931ee39dff 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -754,16 +754,18 @@ namespace Patterns /** * The ParameterHandler class provides a standard interface to an input file - * which provides at run-time for program parameters such as time step sizes, - * geometries, right hand sides etc. The input for the program is given in files, - * streams or strings in memory using text like + * which provides at run-time for program parameters such as time step + * sizes, geometries, right hand sides etc. The input for the program is + * given in files, streams or strings in memory using text like * @verbatim * set Time step size = 0.3 * set Geometry = [0,1]x[0,3] * @endverbatim - * Input may be sorted into subsection trees in order to give the input a logical - * structure. + * Input may be sorted into subsection trees in order to give the input a + * logical structure. * + * The ParameterHandler class is discussed in detail in the step-19 example + * program. * *

Declaring entries

* -- 2.39.5