From 54e06bcfc2e1ec05072584f3f1724b12099b32df Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Sun, 29 Sep 2019 21:25:16 +0100 Subject: [PATCH] update for 2.1.1 release --- src/binary_c_parameters.h | 2 +- src/nucsyn/nucsyn_parameters.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binary_c_parameters.h b/src/binary_c_parameters.h index 781e34b7e..1281c9647 100644 --- a/src/binary_c_parameters.h +++ b/src/binary_c_parameters.h @@ -1399,7 +1399,7 @@ * see nucsyn/nucsyn.h for details of parts you can switch on * off. ************************************************************/ -//#define NUCSYN +#define NUCSYN /************************************************************ * Stellar colour library diff --git a/src/nucsyn/nucsyn_parameters.h b/src/nucsyn/nucsyn_parameters.h index c53527665..0b67abc82 100644 --- a/src/nucsyn/nucsyn_parameters.h +++ b/src/nucsyn/nucsyn_parameters.h @@ -740,7 +740,7 @@ undances with s-process /* define NUCSYN_GCE to modify yield output for gce.pl * NB this just activates other defines, and turns some off. */ -#define NUCSYN_GCE +//#define NUCSYN_GCE #ifdef NUCSYN_GCE -- GitLab