Skip to content

Commit 429e56f

Browse files
1 parent d308de1 commit 429e56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ end
328328

329329
## RFLUFactorization
330330

331-
struct RFLUFactorization{P, T}
331+
struct RFLUFactorization{P, T} <: AbstractFactorization
332332
RFLUFactorization(::Val{P}, ::Val{T}) where {P, T} = new{P, T}()
333333
end
334334

0 commit comments

Comments
 (0)