From: Wolfgang Bangerth <bangerth@math.tamu.edu> Date: Fri, 3 Aug 2007 19:28:18 +0000 (+0000) Subject: Bring all section headers onto the same line X-Git-Tag: v8.0.0~10144 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b9b26a97abb0589ff77cd5b1ada4d13de70c9e;p=dealii.git Bring all section headers onto the same line git-svn-id: https://svn.dealii.org/trunk@14900 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-24/doc/intro.dox b/deal.II/examples/step-24/doc/intro.dox index 5e9cf57ecf..ba3aac2c59 100644 --- a/deal.II/examples/step-24/doc/intro.dox +++ b/deal.II/examples/step-24/doc/intro.dox @@ -217,8 +217,7 @@ further down below. -<h3>Appendix: PDEs with Dirac delta functions as right hand side and their -transformation to an initial value problem</h3> +<h3>Appendix: PDEs with Dirac delta functions as right hand side and their transformation to an initial value problem</h3> In the derivation of the initial value problem for the wave equation, we initially found that the equation had the derivative of a Dirac delta function diff --git a/deal.II/examples/step-27/doc/intro.dox b/deal.II/examples/step-27/doc/intro.dox index 94e2f47559..0b6185294a 100644 --- a/deal.II/examples/step-27/doc/intro.dox +++ b/deal.II/examples/step-27/doc/intro.dox @@ -121,8 +121,7 @@ used elements can then be created as follows: -<h3>The hp::DoFHandler class, associating cells with finite -elements, and constraints</h3> +<h3>The hp::DoFHandler class, associating cells with finite elements, and constraints</h3> The next task we have to consider is what to do with the list of finite element objects we want to use. In previous tutorial programs,