Skip to content

Commit

Permalink
fixed the issue of .contree file not showing the bootstrap values whe…
Browse files Browse the repository at this point in the history
…n -v and -mem options are used
  • Loading branch information
thomaskf committed Mar 12, 2024
1 parent 5598aed commit cd29bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tree/phylotree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit cd29bd6

Please sign in to comment.