Skip to content

Commit

Permalink
Merge pull request #38 from isaacsas/dt-fix
Browse files Browse the repository at this point in the history
named `dt` parameter in `init` not forwarded
  • Loading branch information
ChrisRackauckas committed Apr 26, 2018
2 parents f88b84f + d7e9722 commit 1863418
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/solve.jl
Expand Up @@ -12,8 +12,6 @@ function init{P,recompile_flag}(
jump_prob::AbstractJumpProblem{P},
alg::DEAlgorithm,timeseries=[],ts=[],ks=[],recompile::Type{Val{recompile_flag}}=Val{true};
callback=nothing,
dt = 0,
save_positions = P <: AbstractDiscreteProblem ? (false,true) : (true,true),
kwargs...)

integrator = init(jump_prob.prob,alg,timeseries,ts,ks,recompile;
Expand Down

0 comments on commit 1863418

Please sign in to comment.