mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix miss use of hg resolve when backporting previous changeset
This commit is contained in:
@@ -78,11 +78,7 @@ 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
|
||||
else if (internal::is_same<_Index,SuiteSparse_long>::value)
|
||||
{
|
||||
res.itype = CHOLMOD_LONG;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user