Skip to content

Commit ac033b6

Browse files
committed
comment
1 parent 565df5d commit ac033b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ struct LinearCache{TA,Tb,Tu,Tp,Talg,Tc,Tl,Tr}
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
9+
Pl::Tl # store final preconditioner here
1010
Pr::Tr
1111
end
1212

0 commit comments

Comments
 (0)