Skip to content

Commit a4eaf46

Browse files
committed
Add LinearVerbosity type constraint
1 parent e148a62 commit a4eaf46

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
@@ -105,7 +105,7 @@ The cache automatically tracks when matrix `A` or parameters `p` change by setti
105105
appropriate freshness flags. When `solve!` is called, stale cache entries are automatically
106106
recomputed as needed.
107107
"""
108-
mutable struct LinearCache{TA, Tb, Tu, Tp, Talg, Tc, Tl, Tr, Ttol, Tlv, issq, S}
108+
mutable struct LinearCache{TA, Tb, Tu, Tp, Talg, Tc, Tl, Tr, Ttol, Tlv <: LinearVerbosity, issq, S}
109109
A::TA
110110
b::Tb
111111
u::Tu

0 commit comments

Comments
 (0)