Skip to content

Commit

Permalink
fix hprod counters in FeasibilityResidual
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Aug 5, 2022
1 parent 32d7057 commit 7d443cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feasibility-residual.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function NLPModels.hprod!(
Hv::AbstractVector;
obj_weight::Real = one(eltype(x)),
)
increment!(nls, :neval_hess)
increment!(nls, :neval_hprod)
cx = cons(nls.nlp, x)
Jv = jprod(nls.nlp, x, v)
jtprod!(nls.nlp, x, Jv, Hv)
Expand Down

0 comments on commit 7d443cc

Please sign in to comment.