From 2c294f8088eab05b18611c6eb103a966e3d9e304 Mon Sep 17 00:00:00 2001
From: Jacob Kegerreis <jacob.kegerreis@durham.ac.uk>
Date: Mon, 21 May 2018 18:00:56 +0100
Subject: [PATCH] Update example parameter files

---
 examples/MoonFormingImpact/moon_forming_impact.yml | 2 +-
 examples/UranusImpact/uranus_impact.yml            | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/MoonFormingImpact/moon_forming_impact.yml b/examples/MoonFormingImpact/moon_forming_impact.yml
index 331f7a2504..323adf7f3a 100644
--- a/examples/MoonFormingImpact/moon_forming_impact.yml
+++ b/examples/MoonFormingImpact/moon_forming_impact.yml
@@ -45,4 +45,4 @@ InitialConditions:
 
 # Parameters related to the equation of state
 EoS:
-    use_Til:    1                       # Whether to prepare the Tillotson EOS
+    planetary_use_Til:    1                       # Whether to prepare the Tillotson EOS
diff --git a/examples/UranusImpact/uranus_impact.yml b/examples/UranusImpact/uranus_impact.yml
index 7216e4cd7c..fabddca00f 100644
--- a/examples/UranusImpact/uranus_impact.yml
+++ b/examples/UranusImpact/uranus_impact.yml
@@ -44,8 +44,8 @@ InitialConditions:
 
 # Parameters related to the equation of state
 EoS:
-    use_HM80:   1                       # Whether to prepare the Hubbard & MacFarlane (1980) EOS
+    planetary_use_HM80:   1                       # Whether to prepare the Hubbard & MacFarlane (1980) EOS
                                         # Table file paths
-    HM80_HHe_table_file:    /gpfs/data/dc-kege1/gihr_data/P_rho_u_HHe.txt
-    HM80_ice_table_file:    /gpfs/data/dc-kege1/gihr_data/P_rho_u_ice.txt
-    HM80_rock_table_file:   /gpfs/data/dc-kege1/gihr_data/P_rho_u_roc.txt
+    planetary_HM80_HHe_table_file:    /gpfs/data/dc-kege1/gihr_data/P_rho_u_HHe.txt
+    planetary_HM80_ice_table_file:    /gpfs/data/dc-kege1/gihr_data/P_rho_u_ice.txt
+    planetary_HM80_rock_table_file:   /gpfs/data/dc-kege1/gihr_data/P_rho_u_roc.txt
-- 
GitLab