Skip to content

Commit

Permalink
Update src/sparsity_pattern.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 18, 2024
1 parent e1921d6 commit 55ec5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparsity_pattern.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function nnz_colors(trilH, star_set, colors, ncolors)
for j in 1:n
for k in trilH.colptr[j]:trilH.colptr[j+1]-1
i = trilH.rowval[k]
l, c = symmetric_coefficient(i, j, color, star_set)
l, c = symmetric_coefficient(i, j, colors, star_set)
push!(dcolors[c], (l, k))
end
end
Expand Down

0 comments on commit 55ec5c9

Please sign in to comment.