Skip to content

Commit 7d1ab2d

Browse files
Update src/NonlinearSolve.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent 0c532e7 commit 7d1ab2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NonlinearSolve.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ end
109109
# Rexexports
110110
@reexport using SciMLBase, NonlinearSolveBase, LineSearch, ADTypes
111111
@reexport using NonlinearSolveFirstOrder, NonlinearSolveSpectralMethods,
112-
NonlinearSolveQuasiNewton, SimpleNonlinearSolve, BracketingNonlinearSolve,
113-
SimpleImplicitDiscreteSolve
112+
NonlinearSolveQuasiNewton, SimpleNonlinearSolve, BracketingNonlinearSolve
114113
@reexport using LinearSolve
115114

116115
# Poly Algorithms

0 commit comments

Comments
 (0)