doc: Typo in CustomizingEigen, introduced in previous commit.

Thanks to Christoph Hertzberg for noting this.
(transplanted from 60edf02f6f0698a910b330c387108f4c34ae1e74
)
This commit is contained in:
Jitse Niesen 2012-07-05 13:56:28 +01:00
parent 4a7609fa74
commit 32e83f6000

View File

@ -97,7 +97,7 @@ public:
// This constructor allows you to construct MyVectorType from Eigen expressions
template<typename OtherDerived>
Vector3D(const Eigen::MatrixBase<OtherDerived>& other)
MyVectorType(const Eigen::MatrixBase<OtherDerived>& other)
: Eigen::Vector3d(other)
{ }