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

more cleanup

parent 9e1c3782
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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