Skip to content

Commit 4d3a346

Browse files
Update src/extension_algs.jl
1 parent 3ad68c7 commit 4d3a346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Additional optimization for complex matrices is in the works.
9595
"""
9696
struct RFLUFactorization{P, T} <: AbstractDenseFactorization
9797
function RFLUFactorization(::Val{P}, ::Val{T}; throwerror = true) where {P, T}
98-
if userecursivefactorization(nothing)
98+
if !userecursivefactorization(nothing)
9999
throwerror &&
100100
error("RFLUFactorization requires that RecursiveFactorization.jl is loaded, i.e. `using RecursiveFactorization`")
101101
end

0 commit comments

Comments
 (0)