Skip to content
Snippets Groups Projects
Commit 8cccd3b3 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

and shift dmacc outside the NUCSYN space

parent 68df01a0
No related branches found
No related tags found
No related merge requests found
...@@ -1361,6 +1361,7 @@ struct star_t { ...@@ -1361,6 +1361,7 @@ struct star_t {
double spiky_luminosity; // L modulated by pulse rise/fall double spiky_luminosity; // L modulated by pulse rise/fall
double prev_tagb; double prev_tagb;
double dmacc; /* mass of accreted layer */
#ifdef NUCSYN #ifdef NUCSYN
/* Nucleosynthesis stuff */ /* Nucleosynthesis stuff */
/* stuff you might want to log */ /* stuff you might want to log */
...@@ -1382,7 +1383,6 @@ struct star_t { ...@@ -1382,7 +1383,6 @@ struct star_t {
double mixdepth,mixtime; double mixdepth,mixtime;
double dmmix; /* mass of mixed region at the stellar surface */ double dmmix; /* mass of mixed region at the stellar surface */
double conv_base; /* mass coord of surface convection zone (on MS) */ 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 dm_companion_SN; /* mass change caused by companion supernova */
double max_mix_depth; double max_mix_depth;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment