From 0d98f93629ebedeb91e49a005e038a1df4d8418c Mon Sep 17 00:00:00 2001 From: Bernd Flemisch Date: Fri, 21 Dec 2018 10:41:50 +0100 Subject: [PATCH] [exercises][dunemodule] Update statements corresponding to opts files. --- exercises/exercise-dunemodule/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/exercise-dunemodule/README.md b/exercises/exercise-dunemodule/README.md index dafdf9d..fb2f400 100644 --- a/exercises/exercise-dunemodule/README.md +++ b/exercises/exercise-dunemodule/README.md @@ -31,7 +31,7 @@ The following command will configure your new module ./dune-common/bin/dunecontrol --opts= --only=dumux-example all ``` -You need to run this command in the folder with content dumux, dumux-course, dune-common, dune-geometry, dune-grid, dune-istl, etc. `` needs to be replaced (please replace the angle brackets also) by an options file, e.g. by `./dumux/optim.opts` or `./dumux/debug.opts`. optim.opts is faster - debug.opts allows for debugging. +You need to run this command in the folder with content dumux, dumux-course, dune-common, dune-geometry, dune-grid, dune-istl, etc. `` needs to be replaced (please replace the angle brackets also) by an options file, e.g. by `./dumux/cmake.opts`. Have a look at the comments in this file to see how you can adapt it to your needs.


### Task 3: Create a new test case within your new DuMuX module -- GitLab