Skip to content

Commit

Permalink
Merge pull request #52 from devmotion/fix_dtacc
Browse files Browse the repository at this point in the history
Fix type of dtacc
  • Loading branch information
ChrisRackauckas committed Nov 5, 2017
2 parents 9c5a0f2 + b973e17 commit 67bd419
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 2.0.0
OrdinaryDiffEq 2.22.0
OrdinaryDiffEq 2.24.0
DataStructures 0.4.6
RecursiveArrayTools 0.2.0
Reexport
Expand Down
2 changes: 1 addition & 1 deletion src/integrator_type.jl
Expand Up @@ -29,7 +29,7 @@ mutable struct DDEIntegrator{algType<:OrdinaryDiffEq.OrdinaryDiffEqAlgorithm,uTy
qold::tTypeNoUnits
q11::tTypeNoUnits
erracc::tTypeNoUnits
dtacc::tTypeNoUnits
dtacc::tType
success_iter::Int
iter::Int
saveiter::Int
Expand Down

0 comments on commit 67bd419

Please sign in to comment.