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

sync latest code

parent bcbeec91
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,6 @@ Boolean disc_new_zone_radii(struct disc_t * const disc) ...@@ -115,7 +115,6 @@ Boolean disc_new_zone_radii(struct disc_t * const disc)
*/ */
while(zones_remaining > 0) while(zones_remaining > 0)
{ {
/* /*
* Find the hottest valid zone at this radius. * Find the hottest valid zone at this radius.
* *
......
...@@ -43,7 +43,7 @@ use threads::shared; ...@@ -43,7 +43,7 @@ use threads::shared;
my $lockvar : shared; my $lockvar : shared;
# number of computational threads to launch # number of computational threads to launch
my $nthreads = ("@ARGV"=~/nthreads=(\d+)/)[0] // 1;#rob_misc::ncpus(); my $nthreads = ("@ARGV"=~/nthreads=(\d+)/)[0] // rob_misc::ncpus();
# make a new stellar population # make a new stellar population
my $population = binary_grid2->new( my $population = binary_grid2->new(
...@@ -352,7 +352,7 @@ sub parse_data ...@@ -352,7 +352,7 @@ sub parse_data
# subsequent calls to tbse_line contain # subsequent calls to tbse_line contain
# (references to) arrays of data # (references to) arrays of data
my $la = $population->tbse_line(); my $la = $population->tbse_line();
# first element is the "header" line # first element is the "header" line
my $header = shift @$la; my $header = shift @$la;
...@@ -529,9 +529,9 @@ sub parse_data ...@@ -529,9 +529,9 @@ sub parse_data
$lifetime, $lifetime,
$final_eccentricity, $final_eccentricity,
$p; $p;
print {$initparamspace_fp} $s; print {$initparamspace_fp} $s;
#print $s; #print $s;
} }
} }
elsif($header eq 'DISC_START') elsif($header eq 'DISC_START')
......
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