Skip to content

Commit

Permalink
fix invalid subtyping
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 29, 2017
1 parent a605ec1 commit d3310cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DiffEqBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ export AbstractDDEProblem,
AbstractConstantLagDDEProblem

@compat abstract type AbstractSecondOrderODEProblem{uType,tType,isinplace} <: AbstractODEProblem{uType,tType,isinplace} end
@compat abstract type AbstractSecondOrderSDEProblem{uType,tType,isinplace} <: AbstractSDEProblem{uType,tType,isinplace} end

export AbstractSecondOrderODEProblem, AbstractSecondOrderSDEProblem
export AbstractSecondOrderODEProblem

# Algorithms
@compat abstract type DEAlgorithm end
Expand Down

0 comments on commit d3310cb

Please sign in to comment.