From 918d4a8f2473ed05e0ccd8a5e33ad1ad3dda4882 Mon Sep 17 00:00:00 2001
From: Philipp Nuske <philipp.nuske@mailbox.org>
Date: Fri, 24 Aug 2012 10:06:19 +0000
Subject: [PATCH] - the reference solution was calculated with smooth
 upwinding: switched   on smooth upwinding in the problem.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8993 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 test/boxmodels/mpnc/obstacleproblem.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/boxmodels/mpnc/obstacleproblem.hh b/test/boxmodels/mpnc/obstacleproblem.hh
index 53edb504f6..20ac0ddb71 100644
--- a/test/boxmodels/mpnc/obstacleproblem.hh
+++ b/test/boxmodels/mpnc/obstacleproblem.hh
@@ -76,7 +76,7 @@ public:
 //Dumux::H2O_N2_System<TypeTag> );
 
 // Enable smooth upwinding?
-SET_BOOL_PROP(ObstacleProblem, EnableSmoothUpwinding, false);
+SET_BOOL_PROP(ObstacleProblem, EnableSmoothUpwinding, true);
 
 // Enable molecular diffusion of the components?
 SET_BOOL_PROP(ObstacleProblem, EnableDiffusion, false);
-- 
GitLab