Skip to content

Commit 6b3d263

Browse files
committed
fix a missed
1 parent 879ce07 commit 6b3d263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/problems/ode_problems.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ end
195195
"""
196196
$(TYPEDEF)
197197
"""
198-
abstract type AbstractDynamicalODEProblem end
198+
abstract type AbstractDynamicalODEProblem <: AbstractProblemType end
199199

200200
@doc doc"""
201201
@@ -369,7 +369,7 @@ end
369369
"""
370370
$(TYPEDEF)
371371
"""
372-
abstract type AbstractSplitODEProblem end
372+
abstract type AbstractSplitODEProblem <: AbstractProblemType end
373373

374374
@doc doc"""
375375

0 commit comments

Comments
 (0)