added include lines for the components in tutorialproblem_coupled and tutorialproblem_decoupled

This commit is contained in:
Klaus Mosthaf 2011-03-02 12:49:24 +00:00 committed by Andreas Lauser
parent 23f7c702c9
commit bc9c545076
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,10 @@
// spatialy dependent parameters
#include "tutorialspatialparameters_coupled.hh"
// the components that are used
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/oil.hh>
namespace Dumux
{

View File

@ -40,6 +40,10 @@
// assign parameters dependent on space (e.g. spatial parameters)
#include "tutorialspatialparameters_decoupled.hh" /*@\label{tutorial-decoupled:spatialparameters}@*/
// the components that are used
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/oil.hh>
namespace Dumux
{