Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update common.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Apr 11, 2017
1 parent 67011d5 commit 74e2866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function solve{uType,tType,isinplace,AlgType<:ODEjlAlgorithm}(prob::AbstractODEP


if save_start
start_idx = 1
start_idx = 1 # The index to start making the timeseries from
else
start_idx = 2
ts = ts[2:end]
Expand Down

0 comments on commit 74e2866

Please sign in to comment.