From 681e6b883dd263993f47d83259bf35a6554a090c Mon Sep 17 00:00:00 2001 From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de> Date: Fri, 21 Dec 2018 11:16:15 +0100 Subject: [PATCH] Update README.md fluidsystem --- exercises/exercise-fluidsystem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/exercise-fluidsystem/README.md b/exercises/exercise-fluidsystem/README.md index 2f9591f6..8ab0cb8e 100644 --- a/exercises/exercise-fluidsystem/README.md +++ b/exercises/exercise-fluidsystem/README.md @@ -53,7 +53,7 @@ The `TwoP` _TypeTag_ can be found in the `2p/model.hh` header: #include <dumux/porousmediumflow/2p/model.hh> ``` -while the `BoxModel` _TypeTag_ can be found in the `box/properties.hh` header: +while the `BoxModel` _TypeTag_ can be found in the `discretization/box.hh` header: ```c++ // The box discretization -- GitLab