From: Bruno Turcksin Date: Mon, 20 Apr 2015 14:29:53 +0000 (-0500) Subject: Fix two typos in step-17. X-Git-Tag: v8.3.0-rc1~229^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F849%2Fhead;p=dealii.git Fix two typos in step-17. --- diff --git a/examples/step-17/step-17.cc b/examples/step-17/step-17.cc index 986a8eea72..5469fa5c86 100644 --- a/examples/step-17/step-17.cc +++ b/examples/step-17/step-17.cc @@ -92,7 +92,7 @@ namespace Step17 { using namespace dealii; - // @sect3{The ElasticProblem class} + // @sect3{The ElasticProblem class template} // Here comes the declaration of the main class. As mentioned in the // introduction, almost all of this has been copied verbatim from step-8, @@ -177,7 +177,7 @@ namespace Step17 }; - // @sec3{Right hand side values} + // @sect3{Right hand side values} // The following is taken from step-8 without change: template