Skip to content

Commit 9d457ea

Browse files
minor bug fix
1 parent 0422c01 commit 9d457ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LMTR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function LMTRSolver(
6464
end
6565

6666
ψ =
67-
has_bnds ? shifted(reg_nls.h, xk, max.(-one(T), l_bound_m_x), min.(one(T), u_bound_m_x), selected) :
67+
has_bnds ? shifted(reg_nls.h, xk, max.(-one(T), l_bound_m_x), min.(one(T), u_bound_m_x), reg_nls.selected) :
6868
shifted(reg_nls.h, xk, one(T), χ)
6969

7070
jprod! = let nls = reg_nls.model

0 commit comments

Comments
 (0)