Skip to content

Commit 75eaa18

Browse files
fix libsuitesparseconfig bug
1 parent 7b6e810 commit 75eaa18

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)