Skip to content

Commit

Permalink
doc reset! (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroyleconte authored Apr 28, 2023
1 parent fc2fb40 commit 0d2ff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nlp/counters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end
"""
reset!(nlp)
Reset evaluation count in `nlp`
Reset evaluation count and model data (if appropriate) in `nlp`.
"""
function LinearOperators.reset!(nlp::AbstractNLPModel)
reset!(nlp.counters)
Expand Down

0 comments on commit 0d2ff80

Please sign in to comment.