From 8ab128074499badc0da85dbf005909439b47374b Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Wed, 2 Mar 2011 12:37:18 +0000 Subject: [PATCH] readded missing sgrid include git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5329 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/2p/lensproblem.hh | 1 + test/boxmodels/2p/test_2p.cc | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/boxmodels/2p/lensproblem.hh b/test/boxmodels/2p/lensproblem.hh index 826e4bbe8b..e994a0d530 100644 --- a/test/boxmodels/2p/lensproblem.hh +++ b/test/boxmodels/2p/lensproblem.hh @@ -35,6 +35,7 @@ #endif #include <dune/grid/yaspgrid.hh> +#include <dune/grid/sgrid.hh> #include <dumux/material/components/simpleh2o.hh> #include <dumux/material/components/simplednapl.hh> diff --git a/test/boxmodels/2p/test_2p.cc b/test/boxmodels/2p/test_2p.cc index 86c7b85a45..c1eb841f4e 100644 --- a/test/boxmodels/2p/test_2p.cc +++ b/test/boxmodels/2p/test_2p.cc @@ -197,10 +197,8 @@ int main(int argc, char** argv) Dune::FieldVector<int,dim> res; // cell resolution upperRight[0] = 6.0; upperRight[1] = 4.0; - res[0] = 96; - res[1] = 64; - //res[0] = 24; - //res[1] = 16; + res[0] = 48; + res[1] = 32; std::auto_ptr<Grid> grid(CreateGrid<Grid, Scalar>::create(upperRight, res)); //////////////////////////////////////////////////////////// -- GitLab