Skip to content
Snippets Groups Projects
Commit 3608db8f authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

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
parent 94c9fb75
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment