Skip to content

Commit

Permalink
fix a missed
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Nov 30, 2023
1 parent 879ce07 commit 6b3d263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/problems/ode_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ end
"""
$(TYPEDEF)
"""
abstract type AbstractDynamicalODEProblem end
abstract type AbstractDynamicalODEProblem <: AbstractProblemType end

@doc doc"""
Expand Down Expand Up @@ -369,7 +369,7 @@ end
"""
$(TYPEDEF)
"""
abstract type AbstractSplitODEProblem end
abstract type AbstractSplitODEProblem <: AbstractProblemType end

@doc doc"""
Expand Down

0 comments on commit 6b3d263

Please sign in to comment.