Skip to content
Snippets Groups Projects
Commit 0b76ad88 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

merge from implicit branch: fix include paths. Reviewed by gruenich.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9859 2fb0f335-1f38-0410-981e-8018bf24f1b0
parents 789f6fd8 278d2b24
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include <dune/grid/common/gridenums.hh> #include <dune/grid/common/gridenums.hh>
#include <dumux/ccmodels/common/ccproperties.hh> #include <dumux/implicit/cellcentered/ccproperties.hh>
#include <dumux/linear/vertexborderlistfromgrid.hh> #include <dumux/linear/vertexborderlistfromgrid.hh>
#include <dumux/linear/foreignoverlapfrombcrsmatrix.hh> #include <dumux/linear/foreignoverlapfrombcrsmatrix.hh>
#include <dumux/parallel/vertexhandles.hh> #include <dumux/parallel/vertexhandles.hh>
......
...@@ -26,11 +26,18 @@ ...@@ -26,11 +26,18 @@
#ifndef DUMUX_POROUS_MEDIA_CC_ROBLEM_HH #ifndef DUMUX_POROUS_MEDIA_CC_ROBLEM_HH
#define DUMUX_POROUS_MEDIA_CC_PROBLEM_HH #define DUMUX_POROUS_MEDIA_CC_PROBLEM_HH
#include <dumux/ccmodels/common/ccproblem.hh> #include <dumux/implicit/cellcentered/ccproblem.hh>
#include "ccproperties.hh" #include "ccproperties.hh"
namespace Dumux namespace Dumux
{ {
namespace Properties
{
NEW_PROP_TAG(SpatialParams);
NEW_PROP_TAG(ProblemEnableGravity);
}
/*! /*!
* \ingroup CCBaseProblems * \ingroup CCBaseProblems
* \brief Base class for all fully implicit cell centered porous media problems * \brief Base class for all fully implicit cell centered porous media problems
......
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