From 4ec2f07a5bfc17bc98882ccfde7065d42b3a728c Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 30 Oct 2014 21:34:10 +0100 Subject: [PATCH] Fixed bug in SparseBlock which caused a segfault in sparse_extra_3 test --- Eigen/src/SparseCore/SparseBlock.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Eigen/src/SparseCore/SparseBlock.h b/Eigen/src/SparseCore/SparseBlock.h index f8b9d5ad6..9e4da2057 100644 --- a/Eigen/src/SparseCore/SparseBlock.h +++ b/Eigen/src/SparseCore/SparseBlock.h @@ -466,10 +466,8 @@ namespace internal { inline GenericSparseBlockInnerIteratorImpl& operator++() { // search next non-zero entry - while(m_outerPos