From: wolf Date: Sun, 11 Sep 2005 01:38:08 +0000 (+0000) Subject: Mention step-19. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d459107ee9bfb365a336d2e30a56184e3bd97f01;p=dealii-svn.git Mention step-19. git-svn-id: https://svn.dealii.org/trunk@11398 0785d39b-7218-0410-832d-ea1e28bc413d --- 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

*