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)
*/
while(zones_remaining > 0)
{
/*
* Find the hottest valid zone at this radius.
*
......
......@@ -43,7 +43,7 @@ use threads::shared;
my $lockvar : shared;
# 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
my $population = binary_grid2->new(
......@@ -352,7 +352,7 @@ sub parse_data
# subsequent calls to tbse_line contain
# (references to) arrays of data
my $la = $population->tbse_line();
# first element is the "header" line
my $header = shift @$la;
......@@ -529,9 +529,9 @@ sub parse_data
$lifetime,
$final_eccentricity,
$p;
print {$initparamspace_fp} $s;
#print $s;
print {$initparamspace_fp} $s;
#print $s;
}
}
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