*make coeff() return a const reference (required with the recent change with CoeffReturnType)

*fix a unused variable warning
This commit is contained in:
Benoit Jacob
2009-05-09 03:39:31 +00:00
parent c500415e18
commit 3b79d99f71
2 changed files with 3 additions and 4 deletions

View File

@@ -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;