Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Jan 22, 2024
1 parent c562f63 commit 919f0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimize/trustregions/optimize/inplace_loop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function solve(
initial_Δ = 20.0,
)

mstyle(prob) == OutOfPlace() && trs_outofplace_check(approach.spsolve,problem)
mstyle(problem) == OutOfPlace() && trs_outofplace_check(approach.spsolve,problem)

t0 = time()
T = eltype(objvars.z)
Expand Down

0 comments on commit 919f0f5

Please sign in to comment.