From d5dbb3a08a9d80751438426d405172fb311930ab Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Sat, 23 Nov 2019 15:26:39 +0800 Subject: [PATCH] fix max_evol_time in template --- src/perl/scripts2/template.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/scripts2/template.pl b/src/perl/scripts2/template.pl index b3f98f7cf..aac51d665 100755 --- a/src/perl/scripts2/template.pl +++ b/src/perl/scripts2/template.pl @@ -68,7 +68,7 @@ my $nthreads = rob_misc::ncpus(); my $population = binary_grid2->new( # options can be given now ... metallicity => 0.02, # mass fraction of "metals" - max_evolution_time => 0.1,#15000, # Myr + max_evolution_time => 15000, # Myr nthreads=>$nthreads, # number of threads ); -- GitLab