From ad0f2b0f0effba9256977e5ef96767275f08b92d Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 6 Jul 2016 15:34:23 +0300 Subject: [PATCH] Permanent storage found --- examples/EAGLE_12/getIC.sh | 2 +- examples/EAGLE_25/getIC.sh | 2 +- examples/EAGLE_50/getIC.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/EAGLE_12/getIC.sh b/examples/EAGLE_12/getIC.sh index e23ea1bdb9..1983a1c19f 100755 --- a/examples/EAGLE_12/getIC.sh +++ b/examples/EAGLE_12/getIC.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget http://icc.dur.ac.uk/swift/Files/EAGLE_ICs_12.hdf5 +wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/EAGLE_ICs_12.hdf5 diff --git a/examples/EAGLE_25/getIC.sh b/examples/EAGLE_25/getIC.sh index 6ccc31686a..4577db3a35 100755 --- a/examples/EAGLE_25/getIC.sh +++ b/examples/EAGLE_25/getIC.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget http://icc.dur.ac.uk/swift/Files/EAGLE_ICs_25.hdf5 +wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/EAGLE_ICs_25.hdf5 diff --git a/examples/EAGLE_50/getIC.sh b/examples/EAGLE_50/getIC.sh index 7adc1bdbd0..f898a02fac 100755 --- a/examples/EAGLE_50/getIC.sh +++ b/examples/EAGLE_50/getIC.sh @@ -1,2 +1,2 @@ #!/bin/bash -wget http://icc.dur.ac.uk/swift/Files/EAGLE_ICs_50.hdf5 +wget http://virgodb.cosma.dur.ac.uk/swift-webstorage/ICs/EAGLE_ICs_50.hdf5 -- GitLab