We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879ce07 commit 6b3d263Copy full SHA for 6b3d263
src/problems/ode_problems.jl
@@ -195,7 +195,7 @@ end
195
"""
196
$(TYPEDEF)
197
198
-abstract type AbstractDynamicalODEProblem end
+abstract type AbstractDynamicalODEProblem <: AbstractProblemType end
199
200
@doc doc"""
201
@@ -369,7 +369,7 @@ end
369
370
371
372
-abstract type AbstractSplitODEProblem end
+abstract type AbstractSplitODEProblem <: AbstractProblemType end
373
374
375
0 commit comments