From 3608db8f490273af326292c475095d6f8c4e028e Mon Sep 17 00:00:00 2001
From: Benjamin Faigle <benjamin.faigle@posteo.de>
Date: Thu, 30 Dec 2010 15:58:27 +0000
Subject: [PATCH] changed to SGrid to be started with dgf file (as proposed in
 test description)

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

diff --git a/test/boxmodels/2p2cni/waterairproblem.hh b/test/boxmodels/2p2cni/waterairproblem.hh
index 30e4572342..9a3a1bacf0 100644
--- a/test/boxmodels/2p2cni/waterairproblem.hh
+++ b/test/boxmodels/2p2cni/waterairproblem.hh
@@ -51,7 +51,7 @@ NEW_TYPE_TAG(WaterAirProblem, INHERITS_FROM(BoxTwoPTwoCNI));
 // Set the grid type
 SET_PROP(WaterAirProblem, Grid)
 {
-    typedef Dune::YaspGrid<2> type;
+    typedef Dune::SGrid<2,2> type;
 };
 
 #if HAVE_DUNE_PDELAB
-- 
GitLab