Removed unused typedef

This commit is contained in:
Christoph Hertzberg 2014-12-12 12:03:50 +01:00
parent d85abc89c5
commit 874f345562

View File

@ -119,7 +119,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++)
{