Skip to content

Commit 5851532

Browse files
Merge pull request #242 from SciML/ChrisRackauckas-patch-1
Fix debugging stuff
2 parents 8259d14 + bc28089 commit 5851532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vector_of_array.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ Base.@propagate_inbounds function Base.getindex(A::AbstractDiffEqArray{T, N},
244244
end
245245
Base.@propagate_inbounds function Base.getindex(A::AbstractDiffEqArray{T, N}, sym,
246246
args...) where {T, N}
247-
Main._a[] = (A, sym, args)
248247
if issymbollike(sym) && !isnothing(A.sc)
249248
if is_indep_sym(A.sc, sym)
250249
return A.t[args...]

0 commit comments

Comments
 (0)