Skip to content

Commit 3ad68c7

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +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-
ext = Base.get_extension(@__MODULE__, :LinearSolveRecursiveFactorizationExt)
99-
if ext === nothing
98+
if userecursivefactorization(nothing)
10099
throwerror &&
101100
error("RFLUFactorization requires that RecursiveFactorization.jl is loaded, i.e. `using RecursiveFactorization`")
102101
end

0 commit comments

Comments
 (0)