From 776ddf4955629a94ff5fd21061bf483d8f0a9ffc Mon Sep 17 00:00:00 2001
From: loikki <loic.hausammann@protonmail.ch>
Date: Thu, 9 Apr 2020 16:13:45 +0200
Subject: [PATCH] remove unwanted comment

---
 examples/GEAR/ZoomIn/run.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/GEAR/ZoomIn/run.sh b/examples/GEAR/ZoomIn/run.sh
index 0e6de86f79..2ed8a3c419 100755
--- a/examples/GEAR/ZoomIn/run.sh
+++ b/examples/GEAR/ZoomIn/run.sh
@@ -3,7 +3,7 @@
 echo "Fetching initial conditions for the zoom in example..."
 ./getIC.sh
 
-# ../../swift --cooling --feedback --cosmology  --limiter --sync --self-gravity --hydro --stars --star-formation --threads=8 zoom_in.yml 2>&1 | tee output.log
+../../swift --cooling --feedback --cosmology  --limiter --sync --self-gravity --hydro --stars --star-formation --threads=8 zoom_in.yml 2>&1 | tee output.log
 
 echo "Fetching the solution from GEAR..."
 ./getSolution.sh
-- 
GitLab