Skip to content

Commit 7d0475c

Browse files
Add missing type parameter
1 parent 5b13e5d commit 7d0475c

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
@@ -474,7 +474,7 @@ end
474474

475475
## NormalCholeskyFactorization
476476

477-
struct NormalCholeskyFactorization <: AbstractFactorization
477+
struct NormalCholeskyFactorization{P} <: AbstractFactorization
478478
pivot::P
479479
perm::Bool
480480
end

0 commit comments

Comments
 (0)