From 9a99bdeba57c99b7b7bab98e3c7d40fd0edb3756 Mon Sep 17 00:00:00 2001
From: Folkert Nobels <nobels@strw.leidenuniv.nl>
Date: Tue, 29 Jan 2019 10:59:40 +0100
Subject: [PATCH] Fix renaming in other files that use plotSolution.py or the
 cooling tables

---
 examples/IsolatedGalaxy_starformation/isolated_galaxy.yml | 2 +-
 examples/IsolatedGalaxy_starformation/run.sh              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml b/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
index fb2e582b75..c3e64312cf 100644
--- a/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
+++ b/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
@@ -50,7 +50,7 @@ SPH:
   H_ionization_temperature: 1e4   # (Optional) Temperature of the transition from neutral to ionized Hydrogen for primoridal gas.
 
 EAGLECooling:
-  dir_name:                ../../coolingtables/  # Location of the Wiersma+08 cooling tables
+  dir_name:                ../coolingtables/  # Location of the Wiersma+08 cooling tables
   H_reion_z:               11.5              # Redshift of Hydrogen re-ionization
   He_reion_z_centre:       3.5               # Redshift of the centre of the Helium re-ionization Gaussian
   He_reion_z_sigma:        0.5               # Spread in redshift of the  Helium re-ionization Gaussian
diff --git a/examples/IsolatedGalaxy_starformation/run.sh b/examples/IsolatedGalaxy_starformation/run.sh
index 3f9c3c6331..7d4e1c72f5 100755
--- a/examples/IsolatedGalaxy_starformation/run.sh
+++ b/examples/IsolatedGalaxy_starformation/run.sh
@@ -6,6 +6,6 @@ then
     ./getIC.sh
 fi
 
-../../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
+../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
 
-python3 ks_plotter.py
+python3 plotSolution.py
-- 
GitLab