Skip to content
Snippets Groups Projects
Commit 3d322806 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Fix tracers output

parent 169b8c8c
No related branches found
No related tags found
1 merge request!751Fix typo in tracers output: Type0 and Type4 should have the same name
...@@ -88,7 +88,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles( ...@@ -88,7 +88,7 @@ __attribute__((always_inline)) INLINE static int tracers_write_sparticles(
} else { } 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, sparts, UNIT_CONV_NO_UNITS, sparts,
tracers_data.maximum_temperature_time); tracers_data.maximum_temperature_time);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment