Skip to content

Commit

Permalink
Update integrator_type.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 17, 2017
1 parent ca571ed commit 2dc09b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_type.jl
Expand Up @@ -66,7 +66,7 @@ mutable struct DDEIntegrator{algType<:OrdinaryDiffEq.OrdinaryDiffEqAlgorithm,uTy
saveiter_dense,prog,cache,kshortsize,force_stepfail,
last_stepfail,just_hit_tstop,accept_step,isout,reeval_fsal,
u_modified,opts,integrator,saveat) where
{algType<:OrdinaryDiffEqAlgorithm,uType,tType,absType,relType,residType,
{algType,uType,tType,absType,relType,residType,
tTypeNoUnits,tdirType,ksEltype,SolType,rateType,F,ProgressType,CacheType,IType,
ProbType,NType,O,tstopsType}

Expand Down

0 comments on commit 2dc09b7

Please sign in to comment.