mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-24 14:45:14 +08:00
remove deprecated assert
This commit is contained in:
parent
05de3dddca
commit
1de769d122
@ -300,7 +300,7 @@ void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename Matri
|
|||||||
enum {
|
enum {
|
||||||
StorageOrderMatch = int(Dest::IsRowMajor) == int(MatrixType::IsRowMajor)
|
StorageOrderMatch = int(Dest::IsRowMajor) == int(MatrixType::IsRowMajor)
|
||||||
};
|
};
|
||||||
eigen_assert(perm==0);
|
|
||||||
Index size = mat.rows();
|
Index size = mat.rows();
|
||||||
VectorI count;
|
VectorI count;
|
||||||
count.resize(size);
|
count.resize(size);
|
||||||
|
Loading…
Reference in New Issue
Block a user