We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da70930 commit ebc62ecCopy full SHA for ebc62ec
core/base/mergeTreeClustering/BranchMappingDistance.h
@@ -668,9 +668,10 @@ namespace ttk {
668
: editCost_Shifting<dataType>(m.first.first, m.first.second,
669
m.second.first, m.second.second,
670
tree1, tree2);
671
- if(m.first.second == (int)tree1->getRoot()) {
672
- matchedCost[m.first.second] = matchedCost[m.first.first];
673
- }
+ // if(m.first.second == (int)tree1->getRoot()) {
+ // matchedCost[m.first.second] = matchedCost[m.first.first];
+ // }
674
+ matchedCost[m.first.second] = matchedCost[m.first.first];
675
}
676
for(ftm::idNode i = 0; i < matchedNodes.size(); i++) {
677
if(matchedNodes[i] >= 0)
0 commit comments