Skip to content
Snippets Groups Projects
Commit 3d44fb65 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'stars_tracers_io_typo' into 'master'

Fix typo in tracers output: Type0 and Type4 should have the same name

See merge request swift/swiftsim!751
parents 8e92f214 3d322806
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(
} 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,
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