Skip to content

Commit 41edd0e

Browse files
committed
Remvoe unbounded argument
1 parent 54b5bb2 commit 41edd0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function _coloring(
300300
algo::GreedyColoringAlgorithm{:direct},
301301
decompression_eltype::Type,
302302
symmetric_pattern::Bool,
303-
) where {R}
303+
)
304304
S, S_and_Sᵀ, edge_to_index = bidirectional_pattern(A; symmetric_pattern)
305305
ag = AdjacencyGraph(S_and_Sᵀ, edge_to_index; has_diagonal=false)
306306
vertices_in_order = vertices(ag, algo.order)

0 commit comments

Comments
 (0)