diff --git a/CHANGES b/CHANGES index c9883caffa4f0505afd142c79265af0e6d2bf890..c8e28d2f248b5a9d78f9c8a825f1be3a88d97964 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +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. diff --git a/src/binary_c_debug.h b/src/binary_c_debug.h index 4a417bf35bc6db6dc54bb1b3a0deb1d2cf24c5f1..02e528c9dd7b587a07f020e3fbb846fe4a541414 100644 --- a/src/binary_c_debug.h +++ b/src/binary_c_debug.h @@ -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 diff --git a/src/binary_c_structures.h b/src/binary_c_structures.h index 1f01472eae248d8308075d2044396dcd104de5c5..e3a74e2aa6c70abba95ef5b6d6ef53e3da9bdf26 100644 --- a/src/binary_c_structures.h +++ b/src/binary_c_structures.h @@ -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;