Skip to content

Commit a43ba87

Browse files
authored
reverting previous commit
1 parent 8459ea3 commit a43ba87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/mstPlanner.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@ class MSTPlanner {
123123
for (auto &e: uniqueEdges[mstIdx]) {
124124
if (e.first != mstZero[mstIdx]) {
125125
mstCost[mstIdx][e.first].numQueries++;
126-
mstCost[mstIdx][e.first].numSteps++;
127126
} else if (e.second != mstZero[mstIdx]) {
128127
mstCost[mstIdx][e.second].numQueries++;
129-
mstCost[mstIdx][e.first].numSteps++;
130128
}
131129
}
132130
uniqueEdges[mstIdx].clear();

0 commit comments

Comments
 (0)