Fix documentation example

This commit is contained in:
Gael Guennebaud 2015-09-03 14:14:14 +02:00
parent 3942db9d7c
commit d91db41a31

View File

@ -25,7 +25,7 @@ namespace Eigen {
return m_argImpl.coeff(index);
}
typename evaluator<ArgTypeNestedCleaned>::nestedType m_argImpl;
evaluator<ArgTypeNestedCleaned> m_argImpl;
const Index m_rows;
};
}