diff --git a/test/boxmodels/mpnc/obstacleproblem.hh b/test/boxmodels/mpnc/obstacleproblem.hh index 53edb504f65ca1ca2865be83622ffc4244a70ad0..20ac0ddb71cecc169a01ba5606197d707cd09932 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);