Skip to content

Commit 3bc7bf9

Browse files
committed
change AbstractNonlinProblem to subtype AbstractSciMLProblem
1 parent 6f1a1d0 commit 3bc7bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SciMLBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $(TYPEDEF)
108108
109109
Base for types which define nonlinear solve problems (`f(u)=0`).
110110
"""
111-
abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractDEProblem end
111+
abstract type AbstractNonlinearProblem{uType, isinplace} <: AbstractSciMLProblem end
112112
abstract type AbstractIntervalNonlinearProblem{uType, isinplace} <:
113113
AbstractNonlinearProblem{uType,
114114
isinplace} end

0 commit comments

Comments
 (0)