From: Wolfgang Bangerth Date: Tue, 7 Feb 2006 06:59:17 +0000 (+0000) Subject: Make main() a sect3. X-Git-Tag: v8.0.0~12431 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfbeb541df4b20f43e4752d7721fc0871088681a;p=dealii.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