Skip to content
Snippets Groups Projects
Commit 1c64efab authored by Klaus Mosthaf's avatar Klaus Mosthaf
Browse files

added include lines for the components in tutorialproblem_coupled and tutorialproblem_decoupled

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5330 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8ab12807
No related branches found
No related tags found
No related merge requests found
......@@ -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
{
......
......@@ -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
{
......
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