Skip to content
Snippets Groups Projects
Commit 4ae7d90b authored by Timo Koch's avatar Timo Koch Committed by Kilian Weishaupt
Browse files

[test][staggered] Remove unnecessary includes

parent ce9e379e
No related branches found
No related tags found
2 merge requests!630Improve properties,!617[WIP] Next
...@@ -33,10 +33,7 @@ ...@@ -33,10 +33,7 @@
#include <dune/grid/common/mcmgmapper.hh> #include <dune/grid/common/mcmgmapper.hh>
#include <dumux/common/properties.hh> #include <dumux/common/properties.hh>
#include <dumux/common/properties/model.hh>
#include <dumux/discretization/staggered/properties.hh> #include <dumux/discretization/staggered/properties.hh>
#include <dumux/discretization/staggered/fvgridgeometry.hh>
#include <dumux/discretization/staggered/fvelementgeometry.hh>
namespace Dumux namespace Dumux
{ {
...@@ -76,7 +73,7 @@ public: ...@@ -76,7 +73,7 @@ public:
namespace Properties namespace Properties
{ {
NEW_TYPE_TAG(TestFVGeometry, INHERITS_FROM(StaggeredModel, ModelProperties)); NEW_TYPE_TAG(TestFVGeometry, INHERITS_FROM(StaggeredModel));
SET_TYPE_PROP(TestFVGeometry, Grid, Dune::YaspGrid<2>); SET_TYPE_PROP(TestFVGeometry, Grid, Dune::YaspGrid<2>);
......
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