From acb82c7f1638389ac53b68c7db3a4fd8f6a92098 Mon Sep 17 00:00:00 2001 From: Pavel Holoborodko Date: Mon, 29 Jul 2013 20:13:52 +0900 Subject: [PATCH] Quick fix in order to be custom-scalar friendly. --- Eigen/src/SparseCore/SparseMatrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/SparseCore/SparseMatrix.h b/Eigen/src/SparseCore/SparseMatrix.h index adceafe18..970c6be71 100644 --- a/Eigen/src/SparseCore/SparseMatrix.h +++ b/Eigen/src/SparseCore/SparseMatrix.h @@ -384,7 +384,7 @@ class SparseMatrix eigen_assert( (m_outerIndex[outer+1]-m_outerIndex[outer]==0 || m_data.index(m_data.size()-1)