From: wolf Date: Tue, 7 Feb 2006 06:59:17 +0000 (+0000) Subject: Make main() a sect3. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e74873a3cbb4893b0c9181a231b39b751a69c15b;p=dealii-svn.git Make main() a sect3. git-svn-id: https://svn.dealii.org/trunk@12248 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-6/step-6.cc b/deal.II/examples/step-6/step-6.cc index eb829e9082..d588b2e601 100644 --- a/deal.II/examples/step-6/step-6.cc +++ b/deal.II/examples/step-6/step-6.cc @@ -1085,7 +1085,7 @@ void LaplaceProblem::run () } - // @sect4{The ``main'' function} + // @sect3{The ``main'' function} // The main function is unaltered in // its functionality from the