Skip to content

Commit 384ba30

Browse files
committed
Merge branch 'mincut' of github.com:etiennedeg/Graphs.jl into mincut
2 parents b5b139c + 81dc65e commit 384ba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traversals/maxadjvisit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ end
177177

178178
function maximum_adjacency_visit(g::AbstractGraph{U}, s::U=one(U)) where {U}
179179
return maximum_adjacency_visit(g, weights(g), false, stdout, s)
180-
end
180+
end

0 commit comments

Comments
 (0)