aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_hyperplane.cpp
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-22 12:40:51 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-22 12:40:51 +0100
commit052b6b40f179a7e3ee7ae14c057facb45fde7b9c (patch)
treea5e3dfa59e1d1e19d565c3e27023b365fe9f7d3b /test/geo_hyperplane.cpp
parentecbf2a6656830def411393927aba3a1b987d6536 (diff)
Fix two trivial warnings
Diffstat (limited to 'test/geo_hyperplane.cpp')
-rw-r--r--test/geo_hyperplane.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/geo_hyperplane.cpp b/test/geo_hyperplane.cpp
index aa744a3ea..e5522701e 100644
--- a/test/geo_hyperplane.cpp
+++ b/test/geo_hyperplane.cpp
@@ -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++)
{