From 74cafdff4cbedc84ed47e95c92eb9554c41ffd44 Mon Sep 17 00:00:00 2001
From: Markus Wolff <markus.wolff@twt-gmbh.de>
Date: Fri, 25 Feb 2011 14:51:36 +0000
Subject: [PATCH] correction in decoupled exercise 2

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5291 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 doc/handbook/tutorial-decoupled.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/handbook/tutorial-decoupled.tex b/doc/handbook/tutorial-decoupled.tex
index c1754d8e62..4a315e0f14 100644
--- a/doc/handbook/tutorial-decoupled.tex
+++ b/doc/handbook/tutorial-decoupled.tex
@@ -249,7 +249,7 @@ be included in the file \texttt{tutorial\_decoupled.cc}.
 The new files should contain the definition of a new classes with 
 names that relate to the file name, such as \texttt{Ex2TutorialProblemDecoupled}. 
 Make sure that you also adjust the guardian
-macros in lines \ref{tutorial-decoupled:guardian1} and \ref{tutorial-decoupled:guardian1}
+macros in lines \ref{tutorial-decoupled:guardian1} and \ref{tutorial-decoupled:guardian2}
  in the header files (e.g. change \\
 \texttt{DUMUX\_TUTORIALPROBLEM\_DECOUPLED\_HH} to
 \texttt{DUMUX\_EX2\_TUTORIALPROBLEM\_DECOUPLED\_HH}).  Besides also adjusting the guardian macros, 
@@ -269,7 +269,7 @@ $x$-direction and $10$ cells in $y$-direction. The simulation time
 should be set to $2e4 \text{s}$.
 
 Now include your new problem file in the main file and replace the
-\texttt{TutorialProblemCoupled} type tag by the one you've created and
+\texttt{TutorialProblemDecoupled} type tag by the one you've created and
 compile the program.
 
 
-- 
GitLab