From 29129379af7ce663f3d847e8ab06563bb6b43b63 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 21 May 2012 09:54:52 +0000 Subject: [PATCH] Fix markup problem. git-svn-id: https://svn.dealii.org/trunk@25523 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/step-15.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index 751159c4d9..664e9f56a1 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -624,11 +624,11 @@ namespace Step15 } } - // @ sect4{The main function} - - // Finally the main function, this follows the scheme of all other main - // functions: + // @sect4{The main function} + // Finally the main function, this + // follows the scheme of all other + // main functions: int main () { try -- 2.39.5