Skip to content

Commit 45f680f

Browse files
authored
Better comment
1 parent 503985e commit 45f680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractsparsearrayinterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function sparse_mul!(
358358
(mul!!)=(default_mul!!),
359359
)
360360
# TODO: Change to: `a_dest .*= β`
361-
# once #19 is fixed.
361+
# once https://github.com/ITensor/SparseArraysBase.jl/issues/19 is fixed.
362362
storedvalues(a_dest) .*= β
363363
β′ = one(Bool)
364364
for I1 in eachstoredindex(a1)

0 commit comments

Comments
 (0)