Some cleanup and renaming.

This commit is contained in:
Benoit Jacob
2007-12-16 12:41:37 +00:00
parent 7c38475291
commit 9314b8e024
15 changed files with 15 additions and 19 deletions

View File

@@ -44,7 +44,6 @@ template<typename MatrixType> class Map
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Map)
private:
Map& _ref() { return *this; }
const Map& _ref() const { return *this; }
int _rows() const { return m_rows; }
int _cols() const { return m_cols; }