From 882f26161081603ed3778f951a248cc4adc71c18 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 8 Sep 2005 23:12:23 +0000 Subject: [PATCH] Almost final piece of docs. git-svn-id: https://svn.dealii.org/trunk@11373 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-19/step-19.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/examples/step-19/step-19.cc b/deal.II/examples/step-19/step-19.cc index 5e11b5c5b6..9c5256b3c5 100644 --- a/deal.II/examples/step-19/step-19.cc +++ b/deal.II/examples/step-19/step-19.cc @@ -574,6 +574,18 @@ void convert () + // @sect4{main()} + + // Finally, the main program. There is not + // much more to do than to make sure + // parameters are declared, the command line + // is parsed (which includes reading + // parameter files), and finally making sure + // the input files are read and output is + // generated. Everything else just has to do + // with handling exceptions and making sure + // that appropriate output is generated if + // one is thrown. int main (int argc, char ** argv) { try -- 2.39.5