bug #1086: replace deprecated UF_long by SuiteSparse_long

This commit is contained in:
Gael Guennebaud
2015-10-12 16:20:12 +02:00
parent 56488ddc0f
commit 7aa90a3b0f
2 changed files with 36 additions and 0 deletions

View File

@@ -78,7 +78,11 @@ cholmod_sparse viewAsCholmod(SparseMatrix<_Scalar,_Options,_Index>& mat)
{
res.itype = CHOLMOD_INT;
}
<<<<<<< local
else if (internal::is_same<_Index,UF_long>::value)
=======
else if (internal::is_same<_StorageIndex,SuiteSparse_long>::value)
>>>>>>> other
{
res.itype = CHOLMOD_LONG;
}