Skip to content

Commit 645e789

Browse files
committed
Comment-out another SuiteSparse reference in CholmodSupport
1 parent 2c0f75a commit 645e789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/include/Eigen/src/CholmodSupport/CholmodSupport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ cholmod_sparse viewAsCholmod(Ref<SparseMatrix<Scalar_, Options_, StorageIndex_>
8484

8585
if (internal::is_same<StorageIndex_, int>::value) {
8686
res.itype = CHOLMOD_INT;
87-
} else if (internal::is_same<StorageIndex_, SuiteSparse_long>::value) {
88-
res.itype = CHOLMOD_LONG;
87+
// } else if (internal::is_same<StorageIndex_, SuiteSparse_long>::value) {
88+
// res.itype = CHOLMOD_LONG;
8989
} else {
9090
eigen_assert(false && "Index type not supported yet");
9191
}

0 commit comments

Comments
 (0)