Skip to content

Commit 9102b1a

Browse files
committed
Update to use compress_csc
1 parent 405bb87 commit 9102b1a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/coloring.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ function _recover_from_matmat!(
135135
result::ColoringResult,
136136
stored_values::AbstractVector{T},
137137
) where {T}
138-
tree_result = result.result
139-
N = length(result.local_indices)
140-
S = _SparseMatrixValuesCSC(N, N, colptr, V)
141-
SMC.decompress!(S, R, tree_result)
138+
SMC.decompress_csc!(V, colptr, R, result.result, :U)
142139
return
143140
end

0 commit comments

Comments
 (0)