diff --git a/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml b/examples/EAGLE_ICs/EAGLE_12/eagle_12.yml
index 3383adba9112b1cbb7743d7a3f8fef72da3328a7..2770f9e27a5a50646575ccc0a9a2567bc548fc0e 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 6d988d31dfb2a9db5786c1e67af3a626e3b63825..f175e2c6a3eef20371f6efa1d8f8f952393e4cd4 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 17249b59cf95fb177de10cb4e655828fd86c39c5..b65f1061524516f3a5a9bba7c79b59c58a973c42 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 32325522c1f090076f3074c72eb842c90d01b127..f0524c0587a0b7d1f67e9c90bc49331eada759da 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 a9861b7131c234959c626da63b4b5ee2cc35e5f7..12598ec9b1fc69ccd8743f9934ed205c05c2402f 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 02df7c23a30ea9edc592975488787a17a395261a..f1c9fd89c9dc8bd15200ff3be6199ce6bcdf067e 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 3c7dd74ce10ed2c4a24f71ade9a5eed0a2e73081..2e7de929fd5a8fe91cba2093202ce971863c4ec0 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 a4cbca4d521e69304c57e041fe07e7dcba352507..32a5fbf66d96e68203b99d6cd920f98d6f75e090 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)