Skip to content

Commit

Permalink
dparms should be Float64
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed May 31, 2024
1 parent fe0d790 commit cab1f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension_algs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ struct PardisoJL{T1, T2} <: LinearSolve.SciMLLinearSolveAlgorithm
matrix_type = nothing,
cache_analysis = false,
iparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing,
dparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing)
dparm::Union{Vector{Tuple{Int, Float64}}, Nothing} = nothing)
ext = Base.get_extension(@__MODULE__, :LinearSolvePardisoExt)
if ext === nothing
error("PardisoJL requires that Pardiso is loaded, i.e. `using Pardiso`")
Expand Down

0 comments on commit cab1f15

Please sign in to comment.