Skip to content

Commit 9cb9c36

Browse files
Fix LinearSolvePardiso namespace issue
1 parent 2eb20ed commit 9cb9c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/LinearSolvePardiso/src/LinearSolvePardiso.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module LinearSolvePardiso
22

33
using Pardiso, LinearSolve, SciMLBase
44

5-
Base.@kwdef struct PardisoJL <: SciMLBase.SciMLLinearSolveAlgorithm
5+
Base.@kwdef struct PardisoJL <: LinearSolve.SciMLLinearSolveAlgorithm
66
nprocs::Union{Int,Nothing} = nothing
77
solver_type::Union{Int,Pardiso.Solver,Nothing} = nothing
88
matrix_type::Union{Int,Pardiso.MatrixType,Nothing} = nothing

0 commit comments

Comments
 (0)