Skip to content
Snippets Groups Projects
Commit 0342661b authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'fix/exercise-problem' into 'master'

Fix/exercise problem

See merge request !182
parents 6c56c83f a2b975ab
No related branches found
No related tags found
1 merge request!182Fix/exercise problem
Pipeline #30506 passed
...@@ -23,8 +23,8 @@ Locate all the files you will need for this exercise ...@@ -23,8 +23,8 @@ Locate all the files you will need for this exercise
* The __main file__ for the __2p2c__ problem : `2p2cmain.cc` * The __main file__ for the __2p2c__ problem : `2p2cmain.cc`
* The __problem file__ for the __2p__ problem: `injection2pproblem.hh` * The __problem file__ for the __2p__ problem: `injection2pproblem.hh`
* The __problem file__ for the __2p2c__ problem: `injection2p2cproblem.hh` * The __problem file__ for the __2p2c__ problem: `injection2p2cproblem.hh`
* The __properties file__ for the __2p__problem: `properties2p.hh` * The __properties file__ for the __2p__ problem: `properties2p.hh`
* The __properties file__ for the __2p2c__problem: `properties2p2c.hh` * The __properties file__ for the __2p2c__ problem: `properties2p2c.hh`
* The shared __spatial parameters file__: `injection2pspatialparams.hh` * The shared __spatial parameters file__: `injection2pspatialparams.hh`
* The shared __input file__: `params.input` * The shared __input file__: `params.input`
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <dumux/material/fluidsystems/h2on2.hh> #include <dumux/material/fluidsystems/h2on2.hh>
#include "injection2pproblem.hh" #include "injection2pproblem.hh"
#include "spatialparams.hh" #include "injection2pspatialparams.hh"
namespace Dumux::Properties { namespace Dumux::Properties {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <dumux/material/fluidsystems/h2on2.hh> #include <dumux/material/fluidsystems/h2on2.hh>
#include "injection2p2cproblem.hh" #include "injection2p2cproblem.hh"
#include "spatialparams.hh" #include "injection2pspatialparams.hh"
namespace Dumux::Properties { namespace Dumux::Properties {
......
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