Skip to content

Commit e148a62

Browse files
committed
Fixup cache creation with specific types
1 parent 62ee8e7 commit e148a62

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
@@ -385,7 +385,7 @@ function __init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
385385
Tc = typeof(cacheval)
386386

387387
cache = LinearCache{typeof(A), typeof(b), typeof(u0_), typeof(p), typeof(alg), Tc,
388-
typeof(Pl), typeof(Pr), typeof(reltol), typeof(assumptions.issq),
388+
typeof(Pl), typeof(Pr), typeof(reltol), typeof(verbose_spec), typeof(assumptions.issq),
389389
typeof(sensealg)}(
390390
A, b, u0_, p, alg, cacheval, isfresh, precsisfresh, Pl, Pr, abstol, reltol,
391391
maxiters, verbose_spec, assumptions, sensealg)

0 commit comments

Comments
 (0)