Skip to content

Commit cab1f15

Browse files
committed
dparms should be Float64
1 parent fe0d790 commit cab1f15

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
@@ -163,7 +163,7 @@ struct PardisoJL{T1, T2} <: LinearSolve.SciMLLinearSolveAlgorithm
163163
matrix_type = nothing,
164164
cache_analysis = false,
165165
iparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing,
166-
dparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing)
166+
dparm::Union{Vector{Tuple{Int, Float64}}, Nothing} = nothing)
167167
ext = Base.get_extension(@__MODULE__, :LinearSolvePardisoExt)
168168
if ext === nothing
169169
error("PardisoJL requires that Pardiso is loaded, i.e. `using Pardiso`")

0 commit comments

Comments
 (0)