From 92ecac28a53e362f49496303a224eb7fd0254de4 Mon Sep 17 00:00:00 2001 From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de> Date: Fri, 13 Jul 2018 11:42:29 +0200 Subject: [PATCH] [cleanup] path to files --- exercises/exercise-mainfile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/exercise-mainfile/README.md b/exercises/exercise-mainfile/README.md index fb6b68eb..5d8905eb 100644 --- a/exercises/exercise-mainfile/README.md +++ b/exercises/exercise-mainfile/README.md @@ -21,7 +21,7 @@ In the beginning there is a uniform pressure of $`1\cdot 10^5 Pa`$ in the whole ## Preparing the exercise -* Navigate to the directory `dumux/tutorial/ex1` +* Navigate to the directory `dumux-course/exercises/exercise-mainfile` <br><br> ### Task 1: Getting familiar with the code @@ -149,7 +149,7 @@ timeLoop->finalize(leafGridView.comm()); * Change to the build-directory ```bash -cd ../../build-cmake/tutorial/ex1 +cd ../../build-cmake/exercises/exercise-mainfile ``` * Compile all three executables `exercise1_1p_a` and `exercise1_1p_b` and `exercise1_1p_c` -- GitLab