Skip to content

Commit 47270c3

Browse files
Update NonlinearSolve.jl
1 parent 8e43a62 commit 47270c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NonlinearSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using FastClosures: @closure
77

88
using ADTypes: ADTypes
99
using ArrayInterface: ArrayInterface
10-
using CommonSolve: CommonSolve, solve, solve!
10+
using CommonSolve: CommonSolve, init, solve, solve!
1111
using DiffEqBase: DiffEqBase # Needed for `init` / `solve` dispatches
1212
using LinearAlgebra: LinearAlgebra, norm
1313
using LineSearch: BackTracking

0 commit comments

Comments
 (0)