Skip to content

Commit caf4e74

Browse files
Update abstractodesystem.jl
1 parent 4eef894 commit caf4e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/diffeqs/abstractodesystem.jl

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

0 commit comments

Comments
 (0)