Skip to content

Commit fd75481

Browse files
Update abstractodesystem.jl
1 parent cf1ea3f commit fd75481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/diffeqs/abstractodesystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ function DiffEqBase.ODEFunction{iip}(sys::AbstractODESystem, dvs = states(sys),
361361
elseif u0 === nothing || M === I
362362
M
363363
else
364-
@show u0 .* u0', M
365364
ArrayInterface.restructure(u0 .* u0',M)
366365
end
367366

0 commit comments

Comments
 (0)