Skip to content

Commit ba97e0c

Browse files
Merge pull request #616 from cgarling/init_cacheval_T
Remove type variable T
2 parents 673243f + 9b8b014 commit ba97e0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ function LinearSolve.init_cacheval(alg::CHOLMODFactorization,
249249
A::AbstractArray, b, u,
250250
Pl, Pr,
251251
maxiters::Int, abstol, reltol,
252-
verbose::Bool, assumptions::OperatorAssumptions) where {T <:
253-
BLASELTYPES}
252+
verbose::Bool, assumptions::OperatorAssumptions)
254253
nothing
255254
end
256255

0 commit comments

Comments
 (0)