From 0332d175fd25cd835a9c04a32c287921f49ddfbf Mon Sep 17 00:00:00 2001 From: Kuoi Date: Mon, 9 Oct 2023 01:11:27 +0800 Subject: [PATCH] fix: sub should re-adj to 0 --- guoyi.run | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/guoyi.run b/guoyi.run index b827d27..b81d8c2 100644 --- a/guoyi.run +++ b/guoyi.run @@ -347,6 +347,9 @@ if (argnumber<=5) sub 5; hold +5000; bbreak=fill; sub 7; hold +7000; bbreak=fill; + /*adjust to zero following Goloboff*/ + sub 0; + /*get the consensus tree number*/ var: nsubpars; set nsubpars ntrees; @@ -383,6 +386,9 @@ else sub 5; hold +5000; bbreak=fill; sub 7; hold +7000; bbreak=fill; + /*adjust to zero following Goloboff*/ + sub 0; + /*get the consensus tree number*/ var: nsubpars; set nsubpars ntrees;