From ec02252afb5439b462731a8988c6a439841f0cd8 Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Wed, 14 Oct 2020 12:42:51 +0200 Subject: [PATCH] add Note --- Usecases/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Usecases/README.md b/Usecases/README.md index afc2ab1..b859036 100644 --- a/Usecases/README.md +++ b/Usecases/README.md @@ -54,6 +54,13 @@ This will run the simulation and save the output of `stdout` to a file named In order to create a new usecase, either modify one of the existing ones, or copy one of the existing cases into a new file and start working on your own. +>>> +**Note:** + It might happen, that not all usecases are running, due to forgetting to update +the script. If that happens and you wanted to run that particular usecase, +find a usecase that works and diff the two files, to see what's missing. +>>> + To understand how usecases are set up, let's have a look at the file `TP-R-2-patch-test.py` in [Two-Phase-Richards/two-patch/TP-R-two-patch-test-case/](./Two-Phase-Richards/two-patch/TP-R-two-patch-test-case/). -- GitLab