From 539786fc84b6aeb0506e0da55e7645e2f190cbfd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 24 Jan 2006 21:06:44 +0000 Subject: [PATCH] Fix section header. git-svn-id: https://svn.dealii.org/trunk@12150 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-1/step-1.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-1/step-1.cc b/deal.II/examples/step-1/step-1.cc index ec93ec6943..1d01370003 100644 --- a/deal.II/examples/step-1/step-1.cc +++ b/deal.II/examples/step-1/step-1.cc @@ -317,7 +317,7 @@ void second_grid () - // @sect3{Creating the second mesh} + // @sect3{The main function} // Finally, the main function. There // isn't much to do here, only to -- 2.39.5