Skip to content

Commit 859793e

Browse files
Update src/vector_of_array.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 959d80e commit 859793e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector_of_array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ end
725725
end
726726

727727
# for VectorOfArray with multi-dimensional parent arrays of arrays where all elements are the same type
728-
@inline function Base.similar(vec::VectorOfArray{
728+
function Base.similar(vec::VectorOfArray{
729729
T, N, AT}) where {T, N, AT <: AbstractArray{<:AbstractArray{T}}}
730730
return VectorOfArray(similar(Base.parent(vec)))
731731
end

0 commit comments

Comments
 (0)