Skip to content

Commit

Permalink
Merge pull request #125 from vpuri3/patch-4
Browse files Browse the repository at this point in the history
fix outdated comment
  • Loading branch information
ChrisRackauckas committed Apr 18, 2022
2 parents b0cfb57 + 042a288 commit 1bb2a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bb2a3a

Please sign in to comment.