We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bfb49 commit 8b1b279Copy full SHA for 8b1b279
src/MATLABDiffEq.jl
@@ -74,7 +74,7 @@ function DiffEqBase.__solve(
74
if uType <: AbstractArray
75
timeseries = Vector{uType}(undef,length(ts))
76
for i=1:length(ts)
77
- timeseries[i] = timeseries_tmp[i,:]
+ timeseries[i] = @view timeseries_tmp[i,:]
78
end
79
else
80
timeseries = timeseries_tmp
0 commit comments