remove deprecated assert

This commit is contained in:
Gael Guennebaud 2011-11-04 14:42:54 +01:00
parent 05de3dddca
commit 1de769d122

View File

@ -300,7 +300,7 @@ void permute_symm_to_fullsymm(const MatrixType& mat, SparseMatrix<typename Matri
enum {
StorageOrderMatch = int(Dest::IsRowMajor) == int(MatrixType::IsRowMajor)
};
eigen_assert(perm==0);
Index size = mat.rows();
VectorI count;
count.resize(size);