Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedeg committed Jul 4, 2023
1 parent efe9c11 commit d658882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traversals/maxadjvisit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ assumed to be 1.
end
for v in fadjlist[u]
(is_merged[v] || v == u ) && continue
# && continue
pq[v] = w[u, v]
cutweight += w[u, v]
end
Expand Down

0 comments on commit d658882

Please sign in to comment.