mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
doc: Typo in CustomizingEigen, introduced in previous commit.
Thanks to Christoph Hertzberg for noting this.
This commit is contained in:
parent
37d5825c5a
commit
60edf02f6f
@ -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)
|
||||
{ }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user