From 7bbfe93595b575b8db6ace95fb873bb2aebbc4af Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Tue, 7 Mar 2017 18:44:29 +0000
Subject: [PATCH] Removed the multipole order constant definition from const.h

---
 src/const.h               | 3 ---
 src/gravity_derivatives.h | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/const.h b/src/const.h
index 09ec7636d1..53bbb85694 100644
--- a/src/const.h
+++ b/src/const.h
@@ -39,9 +39,6 @@
 /* Thermal energy per unit mass used as a constant for the isothermal EoS */
 #define const_isothermal_internal_energy 20.2615290634f
 
-/* Self gravity stuff. */
-#define const_gravity_multipole_order 1
-
 /* Type of gradients to use (GIZMO_SPH only) */
 /* If no option is chosen, no gradients are used (first order scheme) */
 //#define GRADIENTS_SPH
diff --git a/src/gravity_derivatives.h b/src/gravity_derivatives.h
index a02a1d78f0..e5c7722bc3 100644
--- a/src/gravity_derivatives.h
+++ b/src/gravity_derivatives.h
@@ -23,7 +23,7 @@
  * @file gravity_derivatives.h
  * @brief Derivatives (up to 3rd order) of the gravitational potential.
  *
- * We use the notation of Dehnen, Computational Astrophysics and Cosmology, 
+ * We use the notation of Dehnen, Computational Astrophysics and Cosmology,
  * 1, 1, pp. 24 (2014), arXiv:1405.2255
  */
 
-- 
GitLab