Skip to content

Commit

Permalink
use NLSolveSafeTerminationResult
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Jun 7, 2023
1 parent d9ea020 commit d0dcc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raphson.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ mutable struct NewtonRaphsonCache{iip, fType, algType, uType, duType, resType, p
jac_config::JC, iter::Int,
force_stop::Bool, maxiters::Int, internalnorm::INType,
retcode::SciMLBase.ReturnCode.T, abstol::tolType,
reltol::tolType, termination_condition::TC,
prob::probType) where {
iip, fType, algType, uType,
duType, resType, pType, INType,
Expand Down

0 comments on commit d0dcc4c

Please sign in to comment.