From 78fe5368a93cdfa8b523a9b65916b72e6624fb01 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Sun, 5 May 2019 20:04:31 +0200 Subject: [PATCH] Update exercises/exercise-coupling-ff-pm/README.md --- exercises/exercise-coupling-ff-pm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/exercise-coupling-ff-pm/README.md b/exercises/exercise-coupling-ff-pm/README.md index a55621b0..e3150fb9 100644 --- a/exercises/exercise-coupling-ff-pm/README.md +++ b/exercises/exercise-coupling-ff-pm/README.md @@ -164,9 +164,9 @@ auto elementSelectorDarcy = [&](const auto& element) }; ``` -Make sure, that you have uncommented the lines including the gridcreators in both problem files +Make sure, that you have uncommented the lines including the grid managers in both problem files ```cpp -#include <dumux/io/grid/subgridgridcreator.hh> +#include <dumux/io/grid/subgridmanager.hh> ``` and do the changes in the respective lines for the `Grid` property. -- GitLab