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

fix max_evol_time in template

parent 8afba9fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
);
......
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