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 6407e367ee
commit 252e89b11b
2 changed files with 3 additions and 3 deletions

View File

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