From: wolf Date: Mon, 11 Nov 2002 22:20:25 +0000 (+0000) Subject: Doc fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81533b114fe88a8cfbb85a7cc3d0ab25a7115743;p=dealii-svn.git Doc fix. git-svn-id: https://svn.dealii.org/trunk@6754 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 412dae3532..8713d5553b 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -979,8 +979,12 @@ namespace Patterns * * // get parameters into the program * std::cout << std::endl << std::endl - * << "Getting parameters:" << std::endl; + * << "Getting parameters:" << std::endl; * p.get_parameters (prm); + * + * // now run the program with these + * // input parameters + * p.do_something (); * }; * @end{verbatim} *