Skip to content

Commit 1bb2a3a

Browse files
Merge pull request #125 from vpuri3/patch-4
fix outdated comment
2 parents b0cfb57 + 042a288 commit 1bb2a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr,Ttol}
66
alg::Talg
77
cacheval::Tc # store alg cache here
88
isfresh::Bool # false => cacheval is set wrt A, true => update cacheval wrt A
9-
Pl::Tl # store final preconditioner here. not being used rn
10-
Pr::Tr # wrappers are using preconditioner in cache.alg for now
9+
Pl::Tl # preconditioners
10+
Pr::Tr
1111
abstol::Ttol
1212
reltol::Ttol
1313
maxiters::Int

0 commit comments

Comments
 (0)