remove some trailing nestbyvalue

This commit is contained in:
Gael Guennebaud
2010-02-01 11:44:44 +01:00
parent dd817361f5
commit 08f154b93a
3 changed files with 5 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ template<typename ExpressionType> class NestByValue
*/
template<typename Derived>
inline const NestByValue<Derived>
MatrixBase<Derived>::nestByValue() const
DenseBase<Derived>::nestByValue() const
{
return NestByValue<Derived>(derived());
}