From 45a42d0ae915bf0c3e08c9133079403021e25e0c Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Thu, 29 Nov 2018 10:23:33 +0100 Subject: [PATCH] Remove the restart command-line parameter from the Santa Barbara run script. --- examples/SantaBarbara/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SantaBarbara/run.sh b/examples/SantaBarbara/run.sh index f98b13aac0..044f9f4ef3 100755 --- a/examples/SantaBarbara/run.sh +++ b/examples/SantaBarbara/run.sh @@ -1,4 +1,4 @@ #!/bin/bash # Run SWIFT -../swift -c -s -r -G -t 28 santa_barbara.yml +../swift -c -s -G -t 28 santa_barbara.yml -- GitLab