Skip to content

Commit cd04d3b

Browse files
dpoCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 27e4442 commit cd04d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quasi-newton.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function get_op(nlp::QuasiNewtonModel)
2929
error("get_op is not implemented for $(typeof(nlp)).")
3030
end
3131

32-
# Redefine hprod for all QuasiNewtonModels.
32+
# Redefine neval_hprod for all QuasiNewtonModels.
3333
NLPModels.neval_hprod(nlp::QuasiNewtonModel) = get_op(nlp).nprod
3434

3535
mutable struct LBFGSModel{

0 commit comments

Comments
 (0)