From 8705596f67e565e04259327ef18a0dec2fc2f90c Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 29 Apr 2002 14:49:52 +0000 Subject: [PATCH] Fix two places where @sect{ was used without a number. git-svn-id: https://svn.dealii.org/trunk@5750 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index fdd9b42fc1..9a413912d8 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -53,7 +53,7 @@ # include #endif - // @sect{Evaluating the solution} + // @sect3{Evaluating the solution} // As mentioned in the introduction, // significant parts of the program @@ -450,7 +450,7 @@ namespace Evaluation namespace LaplaceSolver { - // @sect{The Laplace solver base class} + // @sect4{The Laplace solver base class} // This class is almost unchanged, // with the exception that it -- 2.39.5