From: Wolfgang Bangerth Date: Fri, 9 Sep 2005 17:12:21 +0000 (+0000) Subject: Small last modifications. X-Git-Tag: v8.0.0~13202 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7446890c6bc309da299197842f3fb48d7cfa20a8;p=dealii.git Small last modifications. git-svn-id: https://svn.dealii.org/trunk@11387 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-19/step-19.cc b/deal.II/examples/step-19/step-19.cc index 9c5256b3c5..74dd166f91 100644 --- a/deal.II/examples/step-19/step-19.cc +++ b/deal.II/examples/step-19/step-19.cc @@ -44,15 +44,13 @@ // object that will hold parameters of // operation, such as output format (unless // given on the command line); second, the - // names of input and output files; third, + // names of input and output files; and third, // the format in which the output is to be - // written; and fourth the name of a - // parameter file: + // written: ParameterHandler prm; std::vector input_file_names; std::string output_file; std::string output_format; -std::string parameter_file; // All the stuff this program does can be @@ -325,14 +323,18 @@ parse_command_line (const int argc, for (int i=1; i