declare Block::m_outerStride as Index (instead of int)

(transplanted from d7da6f63a8f7758e6567bb0e55c97c0b2bea49f9
)
This commit is contained in:
Gael Guennebaud 2012-03-09 13:54:22 +01:00
parent ae32b89b12
commit b55585a93d

View File

@ -342,7 +342,7 @@ class Block<XprType,BlockRows,BlockCols, InnerPanel,true>
}
const typename XprType::Nested m_xpr;
int m_outerStride;
Index m_outerStride;
};