From e6946b626a51456d289995339dae047a59afd52b Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Mon, 20 Apr 2015 09:29:53 -0500 Subject: [PATCH] Fix two typos in step-17. --- examples/step-17/step-17.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5