From 042a28867ecb587151e503abf8a165bf4cd59105 Mon Sep 17 00:00:00 2001 From: Vedant Puri Date: Mon, 18 Apr 2022 20:15:37 +0530 Subject: [PATCH] fix outdated comment https://github.com/SciML/LinearSolve.jl/blob/main/src/iterative_wrappers.jl#L102-L103 https://github.com/SciML/LinearSolve.jl/blob/main/src/iterative_wrappers.jl#L205 --- src/common.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.jl b/src/common.jl index 2e8b6e31d..c42e40f40 100644 --- a/src/common.jl +++ b/src/common.jl @@ -6,8 +6,8 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr,Ttol} alg::Talg cacheval::Tc # store alg cache here isfresh::Bool # false => cacheval is set wrt A, true => update cacheval wrt A - Pl::Tl # store final preconditioner here. not being used rn - Pr::Tr # wrappers are using preconditioner in cache.alg for now + Pl::Tl # preconditioners + Pr::Tr abstol::Ttol reltol::Ttol maxiters::Int