Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yxu927 committed Jan 24, 2025
1 parent 0788f2e commit 0dd00b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coalescent/gompertzCoalescent_f0.lphy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ model {
gompertzPopFunc = gompertzPopFunc_f0(f0=f0, b=b, N0=N0, NA=NA, I_na = I_na);
tree ~ CoalescentPopFunc(n=40, popFunc=gompertzPopFunc);
D ~ PhyloCTMC(L=L, Q=jukesCantor(), mu=0.01, tree=tree);
//height = tree.rootAge();
height = tree.rootAge();
}


0 comments on commit 0dd00b2

Please sign in to comment.