From 306458ccbb97c76efb9ffc97cd04f913ad15b525 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 17 Oct 2019 16:45:00 +0200
Subject: [PATCH] Restore the better value of theta for the EAGLE ICs examples.

---
 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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index d3c4ff0e87..aad295fa96 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       64
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
index 67850cdb5e..7c1ee7305f 100644
--- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       128
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
index 5877b81afe..cfd3674bf5 100644
--- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
@@ -38,7 +38,7 @@ Statistics:
 # Parameters for the self-gravity scheme
 Gravity:
   eta:                    0.025     # Constant dimensionless multiplier for time integration.
-  theta:                  0.5       # Opening angle (Multipole acceptance criterion)
+  theta:                  0.7       # Opening angle (Multipole acceptance criterion)
   mesh_side_length:       256
   comoving_DM_softening:         0.0026994 # Comoving DM softening length (in internal units).
   max_physical_DM_softening:     0.0007    # Max physical DM softening length (in internal units).
-- 
GitLab