Skip to content

Commit 4af6469

Browse files
gdalleamontoison
andauthored
Update src/coloring.jl
Co-authored-by: Alexis Montoison <35051714+amontoison@users.noreply.github.com>
1 parent e250879 commit 4af6469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coloring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ struct TreeSet{T}
376376
is_star::Vector{Bool}
377377
end
378378

379-
function TreeSet(g::AdjacencyGraph{T}, forest::Forest) where {T}
379+
function TreeSet(g::AdjacencyGraph{T}, forest::Forest{T}) where {T}
380380
S = pattern(g)
381381
edge_to_index = edge_indices(g)
382382
nv = nb_vertices(g)

0 commit comments

Comments
 (0)