Skip to content
Snippets Groups Projects

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

Merged Folkert Nobels requested to merge stars_tracers_io_typo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
}
Loading