Skip to content

Commit fd8829c

Browse files
ufechner7Copilot
andauthored
Update src/solver.jl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e49ad9b commit fd8829c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/solver.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,6 @@ function gamma_loop!(
771771
)
772772
solver.nonlin_cache = nonlin_cache
773773
end
774-
nonlin_cache = nonlin_cache::NonlinearSolveFirstOrder.GeneralizedFirstOrderAlgorithmCache
775-
776774
sol = NonlinearSolve.solve!(nonlin_cache)
777775
gamma .= sol.u
778776
solver.lr.gamma_new .= sol.u

0 commit comments

Comments
 (0)