From a5ee490dba3c720d1ff758e3073e3adddad10004 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Sat, 6 Aug 2016 22:10:39 +0100
Subject: [PATCH] Missing \ in the Makefile

---
 src/Makefile.am           | 2 +-
 src/hydro/Default/hydro.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index b0d58ebe49..7e2ceeb606 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -56,7 +56,7 @@ AM_SOURCES = space.c runner.c queue.c task.c cell.c engine.c \
 nobase_noinst_HEADERS = approx_math.h atomic.h cycle.h error.h inline.h kernel_hydro.h kernel_gravity.h \
 		 kernel_long_gravity.h vector.h runner_doiact.h runner_doiact_grav.h runner_doiact_fft.h \
                  units.h intrinsics.h minmax.h kick.h timestep.h drift.h adiabatic_index.h io_properties.h \
-		 equation_of_state.h
+		 equation_of_state.h \
 		 gravity.h gravity_io.h \
 		 gravity/Default/gravity.h gravity/Default/gravity_iact.h gravity/Default/gravity_io.h \
 		 gravity/Default/gravity_debug.h gravity/Default/gravity_part.h  \
diff --git a/src/hydro/Default/hydro.h b/src/hydro/Default/hydro.h
index ee0c61c81c..7fe78f75fc 100644
--- a/src/hydro/Default/hydro.h
+++ b/src/hydro/Default/hydro.h
@@ -75,7 +75,7 @@ __attribute__((always_inline)) INLINE static float hydro_get_soundspeed(
  * @brief Modifies the thermal state of a particle to the imposed internal
  * energy
  *
- * This overrides the current state of the particle but does not change the
+ * This overrides the current state of the particle but does *not* change its
  * time-derivatives
  *
  * @param p The particle
@@ -90,7 +90,7 @@ __attribute__((always_inline)) INLINE static void hydro_set_internal_energy(
 /**
  * @brief Modifies the thermal state of a particle to the imposed entropy
  *
- * This overrides the current state of the particle but does not change the
+ * This overrides the current state of the particle but does *not* change its
  * time-derivatives
  *
  * @param p The particle
-- 
GitLab