Skip to content

Commit cd29bd6

Browse files
committed
fixed the issue of .contree file not showing the bootstrap values when -v and -mem options are used
1 parent 5598aed commit cd29bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tree/phylotree.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5994,11 +5994,13 @@ bool PhyloTree::computeTraversalInfo(PhyloNeighbor *dad_branch, PhyloNode *dad,
59945994
mem_slots.update(dad_branch);
59955995
}
59965996

5997+
/*
59975998
if (verbose_mode >= VB_MED && params->lh_mem_save == LM_MEM_SAVE) {
59985999
int slot_id = mem_slots.findNei(dad_branch) - mem_slots.begin();
59996000
node->name = convertIntToString(slot_id);
60006001
//cout << "Branch " << dad->id << "-" << node->id << " assigned slot " << slot_id << endl;
60016002
}
6003+
*/
60026004

60036005
if (params->lh_mem_save == LM_MEM_SAVE) {
60046006
for (it = neivec.begin(); it != neivec.end(); it++) {

0 commit comments

Comments
 (0)