We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc4ead commit 43635baCopy full SHA for 43635ba
1 file changed
src/order.jl
@@ -340,9 +340,7 @@ function vertices(
340
if degree_increasing(; degtype, direction)
341
fill!(degrees, zero(T))
342
end
343
- db = DegreeBuckets(
344
- T, degrees, max_degrees; reproduce_colpack=order.reproduce_colpack
345
- )
+ db = DegreeBuckets(T, degrees, max_degrees; reproduce_colpack=order.reproduce_colpack)
346
π = Vector{T}(undef, nb_vertices(g))
347
for index in 1:nb_vertices(g)
348
u = pop_next_candidate!(db; direction)
0 commit comments