From 273e64f37edbc6ecca8af42445d76f3713d92126 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sun, 15 Mar 2020 18:55:23 +0100
Subject: [PATCH] Fix misleading comments in the EAGLE yaml files

---
 examples/EAGLE_ICs/EAGLE_12/eagle_12.yml      |  4 ++--
 examples/EAGLE_ICs/EAGLE_25/eagle_25.yml      |  4 ++--
 examples/EAGLE_ICs/EAGLE_50/eagle_50.yml      |  4 ++--
 examples/EAGLE_low_z/EAGLE_12/eagle_12.yml    | 10 +++++-----
 examples/EAGLE_low_z/EAGLE_25/eagle_25.yml    |  4 ++--
 examples/EAGLE_low_z/EAGLE_50/eagle_50.yml    |  4 ++--
 examples/EAGLE_low_z/EAGLE_6/eagle_6.yml      |  4 ++--
 examples/QuickLymanAlpha/L050N0752/qla_50.yml |  4 ++--
 8 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index 3383adba91..2770f9e27a 100644
--- a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
@@ -49,8 +49,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:                    1.2348   # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:                       0.1      # Minimal smoothing in units of softening.
-  h_max:                             0.5      # Maximal softening in co-moving internal units.
+  h_min_ratio:                       0.1      # Minimal smoothing length in units of softening.
+  h_max:                             0.5      # Maximal smoothing length in co-moving internal units.
   CFL_condition:                     0.2      # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:               100.0    # (internal units)
   initial_temperature:               268.7    # (internal units)
diff --git a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
index 6d988d31df..f175e2c6a3 100644
--- a/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_ICs/EAGLE_25/eagle_25.yml
@@ -49,8 +49,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:                    1.2348   # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:                       0.1      # Minimal smoothing in units of softening.
-  h_max:                             0.5      # Maximal softening in co-moving internal units.
+  h_min_ratio:                       0.1      # Minimal smoothing length in units of softening.
+  h_max:                             0.5      # Maximal smoothing length in co-moving internal units.
   CFL_condition:                     0.2      # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:               100.0    # (internal units)
   initial_temperature:               268.7    # (internal units)
diff --git a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
index 17249b59cf..b65f106152 100644
--- a/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_ICs/EAGLE_50/eagle_50.yml
@@ -49,8 +49,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:                    1.2348   # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:                       0.1      # Minimal smoothing in units of softening.
-  h_max:                             0.5      # Maximal softening in co-moving internal units.
+  h_min_ratio:                       0.1      # Minimal smoothing length in units of softening.
+  h_max:                             0.5      # Maximal smoothing length in co-moving internal units.
   CFL_condition:                     0.2      # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:               100.0    # (internal units)
   initial_temperature:               268.7    # (internal units)
diff --git a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
index 32325522c1..f0524c0587 100644
--- a/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_low_z/EAGLE_12/eagle_12.yml
@@ -56,11 +56,11 @@ Gravity:
   
 # Parameters for the hydrodynamics scheme
 SPH:
-  resolution_eta:        1.2348           # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:           0.1              # Minimal smoothing in units of softening.
-  h_max:                 0.5              # Maximal softening in co-moving internal units.
-  CFL_condition:         0.2             # Courant-Friedrich-Levy condition for time integration.
-  minimal_temperature:   100              # (internal units)
+  resolution_eta:        1.2348        # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
+  h_min_ratio:           0.1           # Minimal smoothing length in units of softening.
+  h_max:                 0.5           # Maximal smoothing length in co-moving internal units.
+  CFL_condition:         0.2           # Courant-Friedrich-Levy condition for time integration.
+  minimal_temperature:   100           # (internal units)
   particle_splitting:    1
   particle_splitting_mass_threshold: 7e-4 # Internal units (i.e. 7e6 Msun ~ 4 times the initial gas mass)
 
diff --git a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
index a9861b7131..12598ec9b1 100644
--- a/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
+++ b/examples/EAGLE_low_z/EAGLE_25/eagle_25.yml
@@ -64,8 +64,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:        1.2348           # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:           0.1              # Minimal smoothing in units of softening.
-  h_max:                 0.5              # Maximal softening in co-moving internal units.
+  h_min_ratio:           0.1              # Minimal smoothing length in units of softening.
+  h_max:                 0.5              # Maximal smoothing length in co-moving internal units.
   CFL_condition:         0.2              # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:   100              # (internal units)
   particle_splitting:    1
diff --git a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
index 02df7c23a3..f1c9fd89c9 100644
--- a/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
+++ b/examples/EAGLE_low_z/EAGLE_50/eagle_50.yml
@@ -55,8 +55,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:        1.2348           # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:           0.1              # Minimal smoothing in units of softening.
-  h_max:                 0.5              # Maximal softening in co-moving internal units.
+  h_min_ratio:           0.1              # Minimal smoothing length in units of softening.
+  h_max:                 0.5              # Maximal smoothing length in co-moving internal units.
   CFL_condition:         0.2              # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:   100              # (internal units)
   particle_splitting:    1
diff --git a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
index 3c7dd74ce1..2e7de929fd 100644
--- a/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
+++ b/examples/EAGLE_low_z/EAGLE_6/eagle_6.yml
@@ -65,8 +65,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:        1.2348           # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:           0.1              # Minimal smoothing in units of softening.
-  h_max:                 0.5              # Maximal softening in co-moving internal units.
+  h_min_ratio:           0.1              # Minimal smoothing length in units of softening.
+  h_max:                 0.5              # Maximal smoothing length in co-moving internal units.
   CFL_condition:         0.2              # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:   100              # (internal units)
   particle_splitting:    1
diff --git a/examples/QuickLymanAlpha/L050N0752/qla_50.yml b/examples/QuickLymanAlpha/L050N0752/qla_50.yml
index a4cbca4d52..32a5fbf66d 100644
--- a/examples/QuickLymanAlpha/L050N0752/qla_50.yml
+++ b/examples/QuickLymanAlpha/L050N0752/qla_50.yml
@@ -49,8 +49,8 @@ Gravity:
 # Parameters for the hydrodynamics scheme
 SPH:
   resolution_eta:        1.2348           # Target smoothing length in units of the mean inter-particle separation (1.2348 == 48Ngbs with the cubic spline kernel).
-  h_min_ratio:           0.1              # Minimal smoothing in units of softening.
-  h_max:                 1.5              # Maximal softening in co-moving internal units.
+  h_min_ratio:           0.1              # Minimal smoothing length in units of softening.
+  h_max:                 1.5              # Maximal smoothing length in co-moving internal units.
   CFL_condition:         0.2              # Courant-Friedrich-Levy condition for time integration.
   minimal_temperature:   100              # (internal units)
   initial_temperature:   268.7            # (internal units)
-- 
GitLab