Skip to content

Commit

Permalink
DAE solution hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 30, 2017
1 parent d3310cb commit d2f77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/dae_solutions.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type DAESolution{T,N,uType,duType,uType2,DType,tType,ID,P,A} <: AbstractODESolution{T,N}
type DAESolution{T,N,uType,duType,uType2,DType,tType,P,A,ID} <: AbstractODESolution{T,N}
u::uType
du::duType
u_analytic::uType2
Expand Down

0 comments on commit d2f77b2

Please sign in to comment.