From ac734ea383fa60ea5a3fd390990d7c353da263b1 Mon Sep 17 00:00:00 2001
From: David <forenkram@gmx.de>
Date: Thu, 11 Jun 2020 16:22:08 +0200
Subject: [PATCH] correct thisfile name

---
 ...R-layered_soil_with_inner_patch-all-params-one-mesh-study.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-all-params-one-mesh-study.py b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-all-params-one-mesh-study.py
index c4652a2..622ac56 100755
--- a/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-all-params-one-mesh-study.py
+++ b/Two-phase-Richards/multi-patch/layered_soil_with_inner_patch/mesh_study/TP-R-layered_soil_with_inner_patch-all-params-one-mesh-study.py
@@ -30,7 +30,7 @@ sym.init_printing()
 # solver_tol = 6E-7
 use_case = "TP-R-layered-soil-with-inner-patch-all-params-one"
 # name of this very file. Needed for log output.
-thisfile = "TP-R-layered_soil_with_inner_patch-all-params-one.py"
+thisfile = "TP-R-layered_soil_with_inner_patch-all-params-one-mesh-study.py"
 
 max_iter_num = 150
 FEM_Lagrange_degree = 1
-- 
GitLab