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

This commit is contained in:
Gael Guennebaud 2012-03-09 13:54:22 +01:00
parent 728ca6ad9c
commit d7da6f63a8

View File

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