mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
*make coeff() return a const reference (required with the recent change with CoeffReturnType)
*fix a unused variable warning
This commit is contained in:
@@ -30,7 +30,6 @@ void alignedvector3()
|
||||
{
|
||||
Scalar s1 = ei_random<Scalar>();
|
||||
Scalar s2 = ei_random<Scalar>();
|
||||
Scalar s3 = ei_random<Scalar>();
|
||||
typedef Matrix<Scalar,3,1> RefType;
|
||||
typedef Matrix<Scalar,3,3> Mat33;
|
||||
typedef AlignedVector3<Scalar> FastType;
|
||||
|
||||
Reference in New Issue
Block a user