Fix two trivial warnings

This commit is contained in:
Christoph Hertzberg
2015-02-22 12:40:51 +01:00
parent ecbf2a6656
commit 052b6b40f1
2 changed files with 1 additions and 2 deletions

View File

@@ -129,7 +129,6 @@ template<typename Scalar> void planes()
using std::abs;
typedef Hyperplane<Scalar, 3> Plane;
typedef Matrix<Scalar,3,1> Vector;
typedef Matrix<Scalar,4,1> CoeffsType;
for(int i = 0; i < 10; i++)
{