From bcfca61a1652aee0a01bf6509a0d426883b21e2a Mon Sep 17 00:00:00 2001 From: David Seus <david.seus@ians.uni-stuttgart.de> Date: Fri, 20 Sep 2019 17:41:23 +0200 Subject: [PATCH] corret misspelled starttimes --- .../mesh_studies/TP-R-2-patch-mesh-study.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py index cbd118f..bc102a3 100755 --- a/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py +++ b/TP-R-two-patch-test-case/mesh_studies/TP-R-2-patch-mesh-study.py @@ -42,7 +42,7 @@ plot_timestep_every = 2 # decide how many timesteps you want analysed. Analysed means, that we write out # subsequent errors of the L-iteration within the timestep. number_of_timesteps_to_analyse = 4 -starttime = [0.0, 0.5] +starttimes = [0.0, 0.5] Lw = 0.025 #/timestep_size Lnw=Lw -- GitLab