Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 14, 2018
2 parents bf3a43e + dff042c commit 957c2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function solve(
timeseries=[],ts=[],ks=[];
saveat = Float64[],
verbose=true,save_everystep = isempty(saveat),
save_start=true,
save_start = save_everystep || isempty(saveat) || typeof(saveat) <: Number ? true : prob.tspan[1] in saveat,
timeseries_errors=true,dense_errors=false,
callback=nothing,kwargs...) where
{uType,tuptType,isinplace,AlgType<:ODEInterfaceAlgorithm}
Expand Down

0 comments on commit 957c2f6

Please sign in to comment.