diff --git a/examples/GEAR/ZoomIn/run.sh b/examples/GEAR/ZoomIn/run.sh index 0e6de86f79672c624d5c220574cd816a9b5ea1b4..2ed8a3c419ac55319796f178feab484a7009795d 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