diff --git a/lithium_tests.pl b/lithium_tests.pl
index b6a147a31c81c3628ca85e0a3d0d51c301d570b6..23cb5ff668018a604afeb48dee949075bc59dfed 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 700784a9d99d253f0bd4573ba23350fdf3a39274..e513ffd0573115448d4a9288a38fa11a1b2dae01 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