@@ -43,8 +43,8 @@ You need to run this command in the folder with content dumux, dumux-course, dun
mkdir appl
```
* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/implicit/compressible/stationary in your new folder (e.g., `appl`)
* Copy the problem, spatialparams, cc source file, input file
* Copy some test case from the dumux module, e.g., test_1p from test/porousmediumflow/1p/compressible/stationary in your new folder (e.g., `appl`)
* Copy the problem file, spatialparams file, properties file, cc source file and input file
* Adjust the CMakeLists.txt file within the dumux-example (or your module name)-folder to include your new subdirectory