Skip to content

Commit 2c42d94

Browse files
lkdvosmtfishman
andauthored
commit code suggestion
Co-authored-by: Matt Fishman <[email protected]>
1 parent 754f69c commit 2c42d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/abstractsparsearrayinterface.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ function sparse_mul!(
357357
β::Number=false;
358358
(mul!!)=(default_mul!!),
359359
)
360-
storage(a_dest) .*= β
360+
a_dest .*= β
361361
β′ = true
362362
for I1 in eachstoredindex(a1)
363363
for I2 in eachstoredindex(a2)

0 commit comments

Comments
 (0)