Skip to content

Commit d921308

Browse files
IanButterworthfredrikekre
authored andcommitted
fix libsuitesparseconfig bug
(cherry picked from commit 75eaa18, PR #625)
1 parent f51dace commit d921308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/cholmod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import SparseArrays: AbstractSparseMatrix, SparseMatrixCSC, indtype, sparse, spz
3737
import ..increment, ..increment!
3838

3939
using ..LibSuiteSparse
40-
import ..LibSuiteSparse: TRUE, FALSE, CHOLMOD_INT, CHOLMOD_LONG
40+
import ..LibSuiteSparse: TRUE, FALSE, CHOLMOD_INT, CHOLMOD_LONG, libsuitesparseconfig
4141

4242
# # itype defines the types of integer used:
4343
# CHOLMOD_INT, # all integer arrays are int

0 commit comments

Comments
 (0)