From ade031ddee15a7e595e042f903e735643db9a0b9 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 25 Jun 2020 11:15:39 +0200
Subject: [PATCH] Do not use the tree below softening in the EAGLE IC examples
 for now

---
 examples/EAGLE_ICs/EAGLE_12/eagle_12.yml         | 2 +-
 examples/EAGLE_ICs/EAGLE_25/eagle_25.yml         | 2 +-
 examples/EAGLE_ICs/EAGLE_50/eagle_50.yml         | 2 +-
 examples/EAGLE_ICs/EAGLE_50_low_res/eagle_50.yml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index 0a80d4abfa..d25a3df432 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -40,7 +40,7 @@ Gravity:
   eta:                         0.025     # Constant dimensionless multiplier for time integration.
   MAC:                         geometric # Use the geometric opening angle condition
   theta_cr:                    0.7       # Opening angle (Multipole acceptance criterion)
-  use_tree_below_softening:    1
+  use_tree_below_softening:    0
   mesh_side_length:            64
   comoving_DM_softening:         0.003320 # Comoving softening for DM (3.32 ckpc)
   max_physical_DM_softening:     0.001300 # Physical softening for DM (1.30 pkpc)
diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
index bff0d1caae..1ac89299a3 100644
--- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
@@ -40,7 +40,7 @@ Gravity:
   eta:                         0.025     # Constant dimensionless multiplier for time integration.
   MAC:                         geometric # Use the geometric opening angle condition
   theta_cr:                    0.7       # Opening angle (Multipole acceptance criterion)
-  use_tree_below_softening:    1
+  use_tree_below_softening:    0
   mesh_side_length:            128
   comoving_DM_softening:         0.003320 # Comoving softening for DM (3.32 ckpc)
   max_physical_DM_softening:     0.001300 # Physical softening for DM (1.30 pkpc)
diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
index 7a89423aef..85acf872a1 100644
--- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
@@ -40,7 +40,7 @@ Gravity:
   eta:                         0.025     # Constant dimensionless multiplier for time integration.
   MAC:                         geometric # Use the geometric opening angle condition
   theta_cr:                    0.7       # Opening angle (Multipole acceptance criterion)
-  use_tree_below_softening:    1
+  use_tree_below_softening:    0
   mesh_side_length:            256
   comoving_DM_softening:         0.003320 # Comoving softening for DM (3.32 ckpc)
   max_physical_DM_softening:     0.001300 # Physical softening for DM (1.30 pkpc)
diff --git a/examples/EAGLE_ICs/EAGLE_50_low_res/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50_low_res/eagle_50.yml
index 84475e6e75..cee07407d4 100644
--- a/examples/EAGLE_ICs/EAGLE_50_low_res/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50_low_res/eagle_50.yml
@@ -40,7 +40,7 @@ Gravity:
   eta:                         0.025     # Constant dimensionless multiplier for time integration.
   MAC:                         geometric # Use the geometric opening angle condition
   theta_cr:                    0.7       # Opening angle (Multipole acceptance criterion)
-  use_tree_below_softening:    1
+  use_tree_below_softening:    0
   mesh_side_length:            128
   comoving_DM_softening:         0.006640 # Comoving softening for DM (6.67 ckpc)
   max_physical_DM_softening:     0.002600 # Physical softening for DM (2.60 pkpc)
-- 
GitLab