Skip to content

Commit

Permalink
Update src/implementations/SparseArrays.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 27, 2024
1 parent eb04073 commit fccdf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/implementations/SparseArrays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function undef_array(
return SparseArrays.spzeros(Tv, Ti, length(rows), length(cols))
end

function operate!(::typeof(zero), v::SparseArrays.SparseVec)
function operate!(::typeof(zero), v::SparseArrays.SparseVector)
empty!(v.nzind)
empty!(v.nzval)
return v
Expand Down

0 comments on commit fccdf2c

Please sign in to comment.