Enable LinearAccessBit in Block expression for inner-panels

This commit is contained in:
Gael Guennebaud
2014-06-06 11:02:20 +02:00
parent 96cb58fa3b
commit ed37c44765
3 changed files with 5 additions and 3 deletions

View File

@@ -250,6 +250,8 @@ template<typename Derived> class MapBase<Derived, WriteAccessors>
using Base::Base::operator=;
};
#undef EIGEN_STATIC_ASSERT_INDEX_BASED_ACCESS
} // end namespace Eigen
#endif // EIGEN_MAPBASE_H