aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_homogeneous.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geo_homogeneous.cpp')
-rw-r--r--test/geo_homogeneous.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/geo_homogeneous.cpp b/test/geo_homogeneous.cpp
index 124071f47..0bed5598d 100644
--- a/test/geo_homogeneous.cpp
+++ b/test/geo_homogeneous.cpp
@@ -41,10 +41,6 @@ template<typename Scalar,int Size> void homogeneous(void)
typedef Matrix<Scalar,Size+1,Size+1> T2MatrixType;
typedef Matrix<Scalar,Size+1,Size> T3MatrixType;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-3f;
-
VectorType v0 = VectorType::Random(),
v1 = VectorType::Random(),
ones = VectorType::Ones();