Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 469afbf

Browse files
authored
Update src/linesearch.jl
1 parent a65afe7 commit 469afbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linesearch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function __generic_init(alg::LiFukushimaLineSearch, prob, fu, u)
5151
T = promote_type(eltype(fu), eltype(u))
5252

5353
ϕ = @closure (u, δu, α) -> begin
54-
@. u_cache = u + α * δu
54+
@bb @. u_cache = u + α * δu
5555
return NONLINEARSOLVE_DEFAULT_NORM(__eval_f(prob, fu_cache, u_cache))
5656
end
5757

0 commit comments

Comments
 (0)