From e507e6818ffd0a14e5dd3d8d49c468af33438d5e Mon Sep 17 00:00:00 2001 From: David <forenkram@gmx.de> Date: Fri, 14 Aug 2020 17:13:29 +0200 Subject: [PATCH] uiae --- .../TP-R-layered_soil_with_inner_patch-realistic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py index c75460b..b96978c 100755 --- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py +++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/TP-R-layered_soil_with_inner_patch-realistic.py @@ -30,7 +30,7 @@ date = datetime.datetime.now() datestr = date.strftime("%Y-%m-%d") # Name of the usecase that will be printed during simulation. -use_case = "TP-R-layeredSoilIP-same-intrinsic-plot-every-control-with-TPTP-zeronw" +use_case = "TP-R-layeredSoilIP-same-intrinsic-control-with-TPTP-zeronw" # The name of this very file. Needed for creating log output. thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py" -- GitLab