Skip to content

Commit

Permalink
NonlinearProblem is not a DEProblem
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Feb 26, 2024
1 parent c988a92 commit d391bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(TYPEDEF)
Base for types which define nonlinear solve problems (f(u)=0).
"""
abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractDEProblem end
abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractSciMLProblem end
abstract type AbstractIntervalNonlinearProblem{uType, isinplace} <:
AbstractNonlinearProblem{uType,
isinplace} end
Expand Down

0 comments on commit d391bc8

Please sign in to comment.