Skip to content

Commit a5c124e

Browse files
Update LinearSolvePardisoExt.jl
1 parent e4f58bb commit a5c124e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/LinearSolvePardisoExt.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ module LinearSolvePardisoExt
33
using Pardiso, LinearSolve
44
using SparseArrays
55
using SparseArrays: nonzeros, rowvals, getcolptr
6-
using LinearSolve: PardisoJL
6+
using LinearSolve: PardisoJL, @unpack
77

88
using LinearSolve.SciMLBase
9-
using LinearSolve.UnPack
109

1110
LinearSolve.needs_concrete_A(alg::PardisoJL) = true
1211

0 commit comments

Comments
 (0)