Skip to content

Commit b16a674

Browse files
fix typo
1 parent 1996cae commit b16a674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/default.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ function SciMLBase.solve(cache::LinearCache, alg::Nothing,
6262
# it makes sense according to the benchmarks, which is dependent on
6363
# whether MKL or OpenBLAS is being used
6464
if A isa Matrix
65+
b = cache.b
6566
if (A === nothing || eltype(A) <: Union{Float32,Float64,ComplexF32,ComplexF64}) &&
6667
ArrayInterface.can_setindex(b)
6768
if length(b) <= 10

0 commit comments

Comments
 (0)