From 6b41e1d18b0c9addedfa3e5e779df7e66db90ac6 Mon Sep 17 00:00:00 2001
From: Robert Izzard <r.izzard@surrey.ac.uk>
Date: Thu, 1 Mar 2018 07:41:41 +0000
Subject: [PATCH] more cleanup

---
 lithium_tests.pl               | 4 ++--
 src/nucsyn/nucsyn_parameters.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lithium_tests.pl b/lithium_tests.pl
index b6a147a31..23cb5ff66 100755
--- a/lithium_tests.pl
+++ b/lithium_tests.pl
@@ -354,7 +354,7 @@ sub parse_bse
         my $la = $population->tbse_line();
         my $header = shift @$la;
         last if($header eq 'fin');
-     
+        
         if($header =~ /^DXYIELDbin/)
         {
             # differential yields : integrate them
@@ -362,7 +362,7 @@ sub parse_bse
             $population->decompress_yields($la);
             simple_increment_array($yields, $la); 
         }
-        elsif($header eq 'XIELDbin__')
+        elsif($header eq 'XYIELDbin__')
         {
             # single, final timestep yields
             shift @$la; # remove the time
diff --git a/src/nucsyn/nucsyn_parameters.h b/src/nucsyn/nucsyn_parameters.h
index 700784a9d..e513ffd05 100644
--- a/src/nucsyn/nucsyn_parameters.h
+++ b/src/nucsyn/nucsyn_parameters.h
@@ -705,7 +705,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