Skip to content

Commit f3c675d

Browse files
committed
decompression.jl
1 parent d564210 commit f3c675d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decompression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ function decompress!(
776776
R = eltype(A)
777777
nzval = Vector{R}(undef, length(large_rowval))
778778
A_and_noAᵀ = SparseMatrixCSC(m + n, m + n, large_colptr, large_rowval, nzval)
779-
decompress!(A_and_noAᵀ, Br_and_Bc, symmetric_result)
779+
decompress!(A_and_noAᵀ, Br_and_Bc, symmetric_result, :L)
780780
rvA = rowvals(A_and_noAᵀ)
781781
nzA = nonzeros(A_and_noAᵀ)
782782
for j in 1:n

0 commit comments

Comments
 (0)