From eb6fbcc91e9af524f037e0f315b9f0074e51d399 Mon Sep 17 00:00:00 2001 From: Alexander Kissinger <alexander.kissinger@iws.uni-stuttgart.de> Date: Tue, 11 Sep 2012 12:04:01 +0000 Subject: [PATCH] Fixed small error git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9069 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- doc/handbook/tutorial-coupled.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/handbook/tutorial-coupled.tex b/doc/handbook/tutorial-coupled.tex index 81ee926f26..8d836eb69b 100644 --- a/doc/handbook/tutorial-coupled.tex +++ b/doc/handbook/tutorial-coupled.tex @@ -367,7 +367,7 @@ For the visualization of the results using paraview please refer to section \ref \texttt{tutorialproblem\_coupled.hh} so that water enters from the bottom and oil is extracted from the top boundary. The right and the left boundary should be closed for water and oil fluxes. \\ - Note, that the value has to be positive for inflow and negative for outflow. + Note, that the value has to be positive for outflow and negative for inflow. Compile the main file by typing \texttt{make tutorial\_coupled} and run the model as explained above. -- GitLab