Skip to content

Commit 3b0d472

Browse files
refactor: make HomotopyNonlinearFunction an AbstractNonlinearFunction
1 parent 966351b commit 3b0d472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scimlfunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@ The fields of the `HomotopyNonlinearFunction` type directly match the names of t
17861786
$(FIELDS)
17871787
"""
17881788
struct HomotopyNonlinearFunction{iip, specialize, F, P, Q, D} <:
1789-
SciMLBase.AbstractSciMLFunction{iip}
1789+
SciMLBase.AbstractNonlinearFunction{iip}
17901790
"""
17911791
The polynomial function `f`. Stored as a `NonlinearFunction{iip, specialize}`. If not
17921792
provided to the constructor as a `NonlinearFunction`, it will be appropriately wrapped.

0 commit comments

Comments
 (0)