From 8de38c55e07ff75743cf40a3b13236f55627fecd Mon Sep 17 00:00:00 2001 From: Markus Wolff Date: Fri, 25 Feb 2011 14:51:36 +0000 Subject: [PATCH] correction in decoupled exercise 2 --- 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 c1754d8e6..4a315e0f1 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.