Skip to content

Commit c3a0d5d

Browse files
committed
Fix typo
1 parent 3e0c3ce commit c3a0d5d

File tree

1 file changed

+1
-1
lines changed
  • src/blocksparsearrayinterface

1 file changed

+1
-1
lines changed

src/blocksparsearrayinterface/map.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515

1616
# Find the common stored blocks, assuming the block structures are the same.
1717
function union_eachblockstoredindex(as::AbstractArray...)
18-
return (map(eachblockstoredindex, (a_dest, a_srcs...))...)
18+
return (map(eachblockstoredindex, as))
1919
end
2020

2121
function map_blockwise!(f, a_dest::AbstractArray, a_srcs::AbstractArray...)

0 commit comments

Comments
 (0)