From 0dd00b2eaa0581ae485164cf8cc7f5c15ad14a03 Mon Sep 17 00:00:00 2001 From: yxu927 <132981793+yxu927@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:23:24 +1300 Subject: [PATCH] bug --- examples/coalescent/gompertzCoalescent_f0.lphy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/coalescent/gompertzCoalescent_f0.lphy b/examples/coalescent/gompertzCoalescent_f0.lphy index ab506c8a..b7c047b1 100644 --- a/examples/coalescent/gompertzCoalescent_f0.lphy +++ b/examples/coalescent/gompertzCoalescent_f0.lphy @@ -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(); }