Skip to content
Snippets Groups Projects

Change name of the EAGLE_12 ICs file

Merged Josh Borrow requested to merge eagle_12_ics_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
#!/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
Loading