From: Wolfgang Bangerth Date: Mon, 11 Nov 2002 22:20:25 +0000 (+0000) Subject: Doc fix. X-Git-Tag: v8.0.0~17232 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fd82a805c46ff046b4f8ea7bb5376619f89360;p=dealii.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} *