From a379410b841950286aac46e5a3771bd656d32226 Mon Sep 17 00:00:00 2001 From: oscarddssmith Date: Tue, 25 Apr 2023 09:35:07 -0400 Subject: [PATCH] use NLSolveSafeTerminationResult --- src/raphson.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raphson.jl b/src/raphson.jl index 08a156190..96b64e602 100644 --- a/src/raphson.jl +++ b/src/raphson.jl @@ -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,