From 28cc4e6961b0470e0639ef09ad75c353063575ad Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sat, 12 Jan 2019 21:39:42 +0100
Subject: [PATCH] Better snapshot name for the time at which the maximal
 temperature is reached in the EAGLE model.

---
 src/tracers/EAGLE/tracers_io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tracers/EAGLE/tracers_io.h b/src/tracers/EAGLE/tracers_io.h
index 492997f535..77824f0c37 100644
--- a/src/tracers/EAGLE/tracers_io.h
+++ b/src/tracers/EAGLE/tracers_io.h
@@ -65,7 +65,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_particles(
 
   } else {
 
-    list[1] = io_make_output_field("MaxTemperature time", FLOAT, 1,
+    list[1] = io_make_output_field("Maximal Temperature time", FLOAT, 1,
                                    UNIT_CONV_NO_UNITS, xparts,
                                    tracers_data.maximum_temperature_time);
   }
-- 
GitLab