Skip to content

Commit

Permalink
Merge branch 'm'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 5, 2018
2 parents 22a2b28 + 523775f commit 7394adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
@@ -1,6 +1,6 @@
julia 0.6
DiffEqBase 3.0.3
OrdinaryDiffEq 3.0.0
OrdinaryDiffEq 3.1.0
DataStructures 0.4.6
RecursiveArrayTools 0.2.0
Reexport
Expand Down
2 changes: 1 addition & 1 deletion src/solve.jl
Expand Up @@ -6,7 +6,7 @@ function init(prob::AbstractDDEProblem{uType,tType,lType,isinplace}, alg::algTyp
dt=zero(tType), saveat=tType[], tstops = tType[],
save_idxs=nothing, save_everystep=isempty(saveat),
save_start=true, save_end = true,
dense=save_everystep && !(typeof(alg) <: Discrete),
dense=save_everystep && !(typeof(alg) <: FunctionMap),
minimal_solution=true, discontinuity_interp_points::Int=10,
discontinuity_abstol=tType(1//Int64(10)^12), discontinuity_reltol=0,
initial_order=prob.h(prob.tspan[1]) == prob.u0 ? 1 : 0,
Expand Down

0 comments on commit 7394adc

Please sign in to comment.