Skip to content

Commit a3a9d32

Browse files
Update ext/RecursiveArrayToolsSparseArraysExt.jl
1 parent 11837c0 commit a3a9d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RecursiveArrayToolsSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module RecursiveArrayToolsSparseArraysExt
33
import SparseArrays
44
import RecursiveArrayTools
55

6-
function Base.copyto!(dest::SparseArrays.AbstractCompressedVector, A::RecursiveArrayToolsArrayPartition)
6+
function Base.copyto!(dest::SparseArrays.AbstractCompressedVector, A::RecursiveArrayTools.ArrayPartition)
77
@assert length(dest) == length(A)
88
cur = 1
99
@inbounds for i in 1:length(A.x)

0 commit comments

Comments
 (0)