From 261196c3316f2f70b4a51aa66d469fa73f4aa5cb Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sun, 3 Nov 2019 21:34:19 +0100
Subject: [PATCH] Add comment to prevent issues with the field ordering in the
 EAGLE feedback.

---
 src/feedback/EAGLE/feedback_struct.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/feedback/EAGLE/feedback_struct.h b/src/feedback/EAGLE/feedback_struct.h
index 3c69e8b11a..ad6d46da46 100644
--- a/src/feedback/EAGLE/feedback_struct.h
+++ b/src/feedback/EAGLE/feedback_struct.h
@@ -43,6 +43,8 @@ struct feedback_spart_data {
 
     /**
      * @brief Values to be distributed to the gas neighbours.
+     *
+     * WARNING: The first two elements must be the enrichment_weight and mass!!
      */
     struct {
 
-- 
GitLab