We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43635ba commit e5d089aCopy full SHA for e5d089a
1 file changed
src/order.jl
@@ -351,7 +351,7 @@ function vertices(
351
update_bucket!(db, v; degtype, direction)
352
end
353
354
- if direction == :low2high
+ if direction == :high2low
355
reverse!(π)
356
357
return π
@@ -410,7 +410,7 @@ function vertices(
410
411
num_visited = 0
412
413
414
415
416
0 commit comments