From 350fac5976644f6d77c6245092ea0fced7e2f989 Mon Sep 17 00:00:00 2001 From: Utkarsh Date: Thu, 26 Oct 2023 14:53:44 -0400 Subject: [PATCH] fixup! cache structs in Klement --- src/klement.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/klement.jl b/src/klement.jl index 32aec15d5..8fc44be59 100644 --- a/src/klement.jl +++ b/src/klement.jl @@ -58,9 +58,12 @@ end internalnorm retcode::ReturnCode.T abstol + reltol prob stats::NLStats lscache + termination_condition + tc_storage end get_fu(cache::GeneralKlementCache) = cache.fu