From: Wolfgang Bangerth Date: Mon, 6 Feb 2006 21:33:23 +0000 (+0000) Subject: Move main() to @sect3 X-Git-Tag: v8.0.0~12437 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66455d0e2dda8c963c0b984d7ea5144b762550cc;p=dealii.git Move main() to @sect3 git-svn-id: https://svn.dealii.org/trunk@12242 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index 2d3c052318..8e65deac5a 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -647,7 +647,7 @@ void LaplaceProblem::run () } - // @sect4{The ``main'' function} + // @sect3{The ``main'' function} // And this is the main function. It also // looks mostly like in step-3, but if you diff --git a/deal.II/examples/step-5/step-5.cc b/deal.II/examples/step-5/step-5.cc index dc122bd69b..3de1ac8df5 100644 --- a/deal.II/examples/step-5/step-5.cc +++ b/deal.II/examples/step-5/step-5.cc @@ -963,7 +963,7 @@ void LaplaceProblem::run () } - // @sect4{The ``main'' function} + // @sect3{The ``main'' function} // The main function looks mostly // like the one in the previous