From 1c64efab76b7c31668969512df9f7140eb21acc7 Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Wed, 2 Mar 2011 12:49:24 +0000 Subject: [PATCH] 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 --- tutorial/tutorialproblem_coupled.hh | 4 ++++ tutorial/tutorialproblem_decoupled.hh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tutorial/tutorialproblem_coupled.hh b/tutorial/tutorialproblem_coupled.hh index c44e666b98..39b1890e27 100644 --- a/tutorial/tutorialproblem_coupled.hh +++ b/tutorial/tutorialproblem_coupled.hh @@ -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 { diff --git a/tutorial/tutorialproblem_decoupled.hh b/tutorial/tutorialproblem_decoupled.hh index e48149b01a..28856f45d9 100644 --- a/tutorial/tutorialproblem_decoupled.hh +++ b/tutorial/tutorialproblem_decoupled.hh @@ -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 { -- GitLab