Skip to content

Commit 71b8a31

Browse files
lkdvosmtfishman
andcommitted
commit code suggestion (second option)
Co-authored-by: Matt Fishman <[email protected]>
1 parent 754f69c commit 71b8a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+
storedvalues(a_dest) .*= β
361361
β′ = true
362362
for I1 in eachstoredindex(a1)
363363
for I2 in eachstoredindex(a2)

0 commit comments

Comments
 (0)