From 16a5556ff768ac8fd91edc78fb3030d379c31b66 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Sat, 7 Nov 2009 14:48:30 +0000 Subject: [PATCH] Fix small heading issue with tt font. git-svn-id: https://svn.dealii.org/trunk@20060 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-37/step-37.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5