Skip to content

Commit

Permalink
[BranchMappingDistance] removed outcommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
floWetzels committed Dec 19, 2024
1 parent 053a545 commit 807dc36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/base/mergeTreeClustering/BranchMappingDistance.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,6 @@ namespace ttk {
: editCost_Shifting<dataType>(m.first.first, m.first.second,
m.second.first, m.second.second,
tree1, tree2);
// if(m.first.second == (int)tree1->getRoot()) {
// matchedCost[m.first.second] = matchedCost[m.first.first];
// }
matchedCost[m.first.second] = matchedCost[m.first.first];
}
for(ftm::idNode i = 0; i < matchedNodes.size(); i++) {
Expand Down

0 comments on commit 807dc36

Please sign in to comment.