Skip to content

Commit

Permalink
Update integrator_types.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 26, 2018
1 parent a8baa32 commit c4cb569
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{algType,IIP,uType,uPrevType,oType,SType,solType} <: DiffEqBase.AbstractODEIntegrator{algType, true, uType, Float64}
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 c4cb569

Please sign in to comment.