From cd29bd678792e07029096db8459399ece7277635 Mon Sep 17 00:00:00 2001 From: Thomas Wong Date: Tue, 12 Mar 2024 18:19:45 +1100 Subject: [PATCH] fixed the issue of .contree file not showing the bootstrap values when -v and -mem options are used --- tree/phylotree.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/phylotree.cpp b/tree/phylotree.cpp index bd8dc7c11..a39df1210 100644 --- a/tree/phylotree.cpp +++ b/tree/phylotree.cpp @@ -5994,11 +5994,13 @@ bool PhyloTree::computeTraversalInfo(PhyloNeighbor *dad_branch, PhyloNode *dad, mem_slots.update(dad_branch); } + /* if (verbose_mode >= VB_MED && params->lh_mem_save == LM_MEM_SAVE) { int slot_id = mem_slots.findNei(dad_branch) - mem_slots.begin(); node->name = convertIntToString(slot_id); //cout << "Branch " << dad->id << "-" << node->id << " assigned slot " << slot_id << endl; } + */ if (params->lh_mem_save == LM_MEM_SAVE) { for (it = neivec.begin(); it != neivec.end(); it++) {