From acc908e424d942caab898c25f8d2d5a853f8ea5a Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 28 Mar 2018 19:51:57 +0200 Subject: [PATCH] Plot the 5th snapshot of the square test not the 40th (that does not exist) --- examples/SquareTest_2D/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SquareTest_2D/run.sh b/examples/SquareTest_2D/run.sh index 242f1b8b72..7d77e9c5bd 100755 --- a/examples/SquareTest_2D/run.sh +++ b/examples/SquareTest_2D/run.sh @@ -11,4 +11,4 @@ fi ../swift -s -t 1 square.yml 2>&1 | tee output.log # Plot the solution -python plotSolution.py 40 +python plotSolution.py 5 -- GitLab