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

Merge branch 'GEAR_stars_smoothinglengths_output_field' into 'master'

GEAR stars SmoothingLength->SmoothingLengths output

See merge request !1189
parents e4ded618 f761a87a
No related branches found
No related tags found
1 merge request!1189GEAR stars SmoothingLength->SmoothingLengths output
...@@ -132,7 +132,7 @@ INLINE static void stars_write_particles(const struct spart *sparts, ...@@ -132,7 +132,7 @@ INLINE static void stars_write_particles(const struct spart *sparts,
sparts, id, "Unique IDs of the particles"); sparts, id, "Unique IDs of the particles");
list[4] = io_make_output_field( list[4] = io_make_output_field(
"SmoothingLength", FLOAT, 1, UNIT_CONV_LENGTH, 1.f, sparts, h, "SmoothingLengths", FLOAT, 1, UNIT_CONV_LENGTH, 1.f, sparts, h,
"Co-moving smoothing lengths (FWHM of the kernel) of the particles"); "Co-moving smoothing lengths (FWHM of the kernel) of the particles");
if (with_cosmology) { if (with_cosmology) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment