From 8cccd3b3152e006eee9c47deac410b86178d4e80 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Wed, 13 Nov 2019 10:34:10 +0000
Subject: [PATCH] and shift dmacc outside the NUCSYN space

---
 src/binary_c_structures.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/binary_c_structures.h b/src/binary_c_structures.h
index 5a4552cf5..4451b4fed 100644
--- a/src/binary_c_structures.h
+++ b/src/binary_c_structures.h
@@ -1361,6 +1361,7 @@ struct star_t {
     
     double spiky_luminosity; // L modulated by pulse rise/fall
     double prev_tagb;
+    double dmacc; /* mass of accreted layer */
 #ifdef NUCSYN
     /* Nucleosynthesis stuff */
     /* stuff you might want to log */
@@ -1382,7 +1383,6 @@ struct star_t {
     double mixdepth,mixtime;
     double dmmix; /* mass of mixed region at the stellar surface */
     double conv_base; /* mass coord of surface convection zone (on MS) */
-    double dmacc; /* mass of accreted layer */
     double dm_companion_SN; /* mass change caused by companion supernova */
 
     double max_mix_depth;
-- 
GitLab