Skip to content

Commit

Permalink
Fix LinearSolvePardiso namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed May 18, 2022
1 parent 2eb20ed commit 9cb9c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LinearSolvePardiso/src/LinearSolvePardiso.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module LinearSolvePardiso

using Pardiso, LinearSolve, SciMLBase

Base.@kwdef struct PardisoJL <: SciMLBase.SciMLLinearSolveAlgorithm
Base.@kwdef struct PardisoJL <: LinearSolve.SciMLLinearSolveAlgorithm
nprocs::Union{Int,Nothing} = nothing
solver_type::Union{Int,Pardiso.Solver,Nothing} = nothing
matrix_type::Union{Int,Pardiso.MatrixType,Nothing} = nothing
Expand Down

0 comments on commit 9cb9c36

Please sign in to comment.