From: wolf Date: Mon, 29 Apr 2002 14:49:52 +0000 (+0000) Subject: Fix two places where @sect{ was used without a number. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8705596f67e565e04259327ef18a0dec2fc2f90c;p=dealii-svn.git Fix two places where @sect{ was used without a number. git-svn-id: https://svn.dealii.org/trunk@5750 0785d39b-7218-0410-832d-ea1e28bc413d --- 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