mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
added include lines for the components in tutorialproblem_coupled and tutorialproblem_decoupled
This commit is contained in:
parent
23f7c702c9
commit
bc9c545076
@ -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
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user