mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
fix member order
This commit is contained in:
parent
9f297d57ae
commit
181138a1cb
@ -261,8 +261,8 @@ class SparseCompressedBase<Derived>::ReverseInnerIterator
|
|||||||
const StorageIndex* m_indices;
|
const StorageIndex* m_indices;
|
||||||
typedef internal::variable_if_dynamic<Index,Derived::IsVectorAtCompileTime?0:Dynamic> OuterType;
|
typedef internal::variable_if_dynamic<Index,Derived::IsVectorAtCompileTime?0:Dynamic> OuterType;
|
||||||
const OuterType m_outer;
|
const OuterType m_outer;
|
||||||
Index m_id;
|
|
||||||
Index m_start;
|
Index m_start;
|
||||||
|
Index m_id;
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user