Skip to content

Commit

Permalink
Merge pull request #16 from Datseris/patch-1
Browse files Browse the repository at this point in the history
add Alg,State to AbstractODEintegrator
  • Loading branch information
ChrisRackauckas authored Feb 2, 2019
2 parents 1a44b94 + c4cb569 commit 2962f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrator_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mutable struct DEOptions{SType,CType}
callback::CType
end

mutable struct ODEInterfaceIntegrator{uType,uPrevType,oType,SType,solType,algType} <: DiffEqBase.AbstractODEIntegrator
mutable struct ODEInterfaceIntegrator{algType,uType,uPrevType,oType,SType,solType} <: DiffEqBase.AbstractODEIntegrator{algType, true, uType, Float64}
u::uType
uprev::uPrevType
t::Float64
Expand Down

0 comments on commit 2962f83

Please sign in to comment.