Skip to content

Commit

Permalink
output views
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 23, 2019
1 parent f5bfb49 commit 8b1b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MATLABDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function DiffEqBase.__solve(
if uType <: AbstractArray
timeseries = Vector{uType}(undef,length(ts))
for i=1:length(ts)
timeseries[i] = timeseries_tmp[i,:]
timeseries[i] = @view timeseries_tmp[i,:]
end
else
timeseries = timeseries_tmp
Expand Down

0 comments on commit 8b1b279

Please sign in to comment.