From: Martin Kronbichler Date: Sat, 7 Nov 2009 14:48:30 +0000 (+0000) Subject: Fix small heading issue with tt font. X-Git-Tag: v8.0.0~6840 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567bed10014f5529378fdb8b36b997bada3fe4ee;p=dealii.git Fix small heading issue with tt font. git-svn-id: https://svn.dealii.org/trunk@20060 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index f545b378d4..ebfcce3157 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -1596,7 +1596,7 @@ void LaplaceProblem::run () - // @sect3{The @p main function} + // @sect3{The main function} // This is as in all other programs: int main ()