Skip to content

Commit

Permalink
Update src/vector_of_array.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 20, 2024
1 parent 83c990a commit dfdf6ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vector_of_array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,6 @@ for (type, N_expr) in [
]
@eval @inline function Base.copyto!(dest::AbstractVectorOfArray,
bc::$type)
@show typeof(dest)
error()
bc = Broadcast.flatten(bc)
N = $N_expr
@inbounds for i in 1:N
Expand Down

0 comments on commit dfdf6ca

Please sign in to comment.