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

Fix typo in the description of the peculiar velocity field for the DM particles

parent 5444ce21
No related branches found
No related tags found
1 merge request!1548Mayor Sync
...@@ -129,7 +129,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts, ...@@ -129,7 +129,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts,
list[1] = io_make_output_field_convert_gpart( list[1] = io_make_output_field_convert_gpart(
"Velocities", FLOAT, 3, UNIT_CONV_SPEED, 0.f, gparts, convert_gpart_vel, "Velocities", FLOAT, 3, UNIT_CONV_SPEED, 0.f, gparts, convert_gpart_vel,
"Peculiar velocities of the stars. This is a * dx/dt where x is the " "Peculiar velocities of the particles. This is a * dx/dt where x is the "
"co-moving position of the particles."); "co-moving position of the particles.");
list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f, list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f,
......
...@@ -136,7 +136,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts, ...@@ -136,7 +136,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts,
list[1] = io_make_output_field_convert_gpart( list[1] = io_make_output_field_convert_gpart(
"Velocities", FLOAT, 3, UNIT_CONV_SPEED, 0.f, gparts, convert_gpart_vel, "Velocities", FLOAT, 3, UNIT_CONV_SPEED, 0.f, gparts, convert_gpart_vel,
"Peculiar velocities of the stars. This is a * dx/dt where x is the " "Peculiar velocities of the particles. This is a * dx/dt where x is the "
"co-moving position of the particles."); "co-moving position of the particles.");
list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f, list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment