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

for BINT : put nucsyn_metallicity outside NUCSYN

update CHANGES for binary_c_help
parent 4eba1385
No related branches found
No related tags found
No related merge requests found
V2.1.6
Add binary_c_help API function (for David).
V2.1.5
Updates to the meson build to make it more efficient and work on more platforms.
......
......@@ -100,11 +100,11 @@
* this is not shown.
*/
#define Debug_show_expression " #=%ld Jorb=%g a=%g P=%g omegaorb=%g ",\
(long int)stardata->model.model_number, \
stardata->common.orbit.angular_momentum, \
stardata->common.orbit.separation,\
stardata->common.orbit.period,\
#define Debug_show_expression " #=%ld Jorb=%g a=%g P=%g omegaorb=%g ", \
(long int)stardata->model.model_number, \
stardata->common.orbit.angular_momentum, \
stardata->common.orbit.separation, \
stardata->common.orbit.period, \
stardata->common.orbit.angular_frequency
//#undef Debug_show_expression
......
......@@ -1846,8 +1846,9 @@ struct common_t {
#endif//ADAPTIVE_RLOF
double monte_carlo_kick_normfac;
#ifdef NUCSYN
Abundance nucsyn_metallicity; // Z to pass to SNe routines for GCE
#ifdef NUCSYN
#ifdef LOG_BARIUM_STARS
double barium_prevt;
......
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