From ff8b10390d8f87ae3eee33b73907846c48d5f5cf Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Tue, 26 Feb 2019 17:23:42 +0000 Subject: [PATCH] Change name of the EAGLE_12 ICs file --- examples/EAGLE_ICs/EAGLE_12/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/EAGLE_ICs/EAGLE_12/run.sh b/examples/EAGLE_ICs/EAGLE_12/run.sh index bceddf338a..12c962c29d 100755 --- a/examples/EAGLE_ICs/EAGLE_12/run.sh +++ b/examples/EAGLE_ICs/EAGLE_12/run.sh @@ -1,7 +1,7 @@ #!/bin/bash # Generate the initial conditions if they are not present. -if [ ! -e EAGLE_ICs_12.hdf5 ] +if [ ! -e EAGLE_L0012N0188_ICs.hdf5 ] then echo "Fetching initial conditions for the EAGLE 12Mpc example..." ./getIC.sh -- GitLab