Skip to content

Commit bc97510

Browse files
committed
add other sources back
1 parent dfe1c75 commit bc97510

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Project.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,24 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
150150
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
151151
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
152152

153+
[sources.BracketingNonlinearSolve]
154+
path = "lib/BracketingNonlinearSolve"
155+
156+
[sources.NonlinearSolveBase]
157+
path = "lib/NonlinearSolveBase"
158+
159+
[sources.NonlinearSolveFirstOrder]
160+
path = "lib/NonlinearSolveFirstOrder"
161+
162+
[sources.NonlinearSolveQuasiNewton]
163+
path = "lib/NonlinearSolveQuasiNewton"
164+
165+
[sources.NonlinearSolveSpectralMethods]
166+
path = "lib/NonlinearSolveSpectralMethods"
167+
168+
[sources.SimpleNonlinearSolve]
169+
path = "lib/SimpleNonlinearSolve"
170+
153171
[sources]
154172
DiffEqBase = {url = "https://github.com/jClugstor/DiffEqBase.jl", rev = "remove_nonlinear"}
155173

lib/NonlinearSolveBase/src/solve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ function _solve_forward(prob, sensealg, u0, p, originator, args...; merge_callba
836836
end
837837
end
838838

839-
840839
function get_concrete_problem(prob::NonlinearProblem, isadapt; kwargs...)
841840
oldprob = prob
842841
prob = get_updated_symbolic_problem(get_root_indp(prob), prob; kwargs...)

0 commit comments

Comments
 (0)