export IsRowMajor in MappedSparseMatrix

This commit is contained in:
Gael Guennebaud 2012-03-09 13:52:35 +01:00
parent 9b1ad5e5bd
commit 728ca6ad9c

View File

@ -46,9 +46,9 @@ class MappedSparseMatrix
{
public:
EIGEN_SPARSE_PUBLIC_INTERFACE(MappedSparseMatrix)
enum { IsRowMajor = Base::IsRowMajor };
protected:
enum { IsRowMajor = Base::IsRowMajor };
Index m_outerSize;
Index m_innerSize;