From 14c9cfad872eb92560adb3dcfe4335f958b3449e Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@gmail.com>
Date: Thu, 28 Apr 2022 15:04:15 +0200
Subject: [PATCH] Fix typo in the description of the peculiar velocity field
 for the DM particles

---
 src/gravity/Default/gravity_io.h        | 2 +-
 src/gravity/MultiSoftening/gravity_io.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gravity/Default/gravity_io.h b/src/gravity/Default/gravity_io.h
index 837899224c..fa5c99a5ab 100644
--- a/src/gravity/Default/gravity_io.h
+++ b/src/gravity/Default/gravity_io.h
@@ -129,7 +129,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts,
 
   list[1] = io_make_output_field_convert_gpart(
       "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.");
 
   list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f,
diff --git a/src/gravity/MultiSoftening/gravity_io.h b/src/gravity/MultiSoftening/gravity_io.h
index 3d6bb3e299..2326b76127 100644
--- a/src/gravity/MultiSoftening/gravity_io.h
+++ b/src/gravity/MultiSoftening/gravity_io.h
@@ -136,7 +136,7 @@ INLINE static void darkmatter_write_particles(const struct gpart* gparts,
 
   list[1] = io_make_output_field_convert_gpart(
       "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.");
 
   list[2] = io_make_output_field("Masses", FLOAT, 1, UNIT_CONV_MASS, 0.f,
-- 
GitLab