Skip to content

Commit e3e7e69

Browse files
committed
use AbstractDynamicOptProblem from SciMLBase
1 parent c72a4e2 commit e3e7e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/MTKCasADiDynamicOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mutable struct CasADiModel
3535
end
3636

3737
struct CasADiDynamicOptProblem{uType, tType, isinplace, P, F, K} <:
38-
AbstractDynamicOptProblem{uType, tType, isinplace}
38+
SciMLBase.AbstractDynamicOptProblem{uType, tType, isinplace}
3939
f::F
4040
u0::uType
4141
tspan::tType

ext/MTKPyomoDynamicOptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ struct PyomoDynamicOptModel
3939
end
4040

4141
struct PyomoDynamicOptProblem{uType, tType, isinplace, P, F, K} <:
42-
AbstractDynamicOptProblem{uType, tType, isinplace}
42+
SciMLBase.AbstractDynamicOptProblem{uType, tType, isinplace}
4343
f::F
4444
u0::uType
4545
tspan::tType

0 commit comments

Comments
 (0)