aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_transformations.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 17:54:48 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-02-18 17:54:48 +0100
commit2c1ac23c623f462227b095ecc6b3e9e5be3afc9a (patch)
tree7b0598e577165a34ce4cdee2f185890a54802662 /test/geo_transformations.cpp
parenta0e5b00280eeb4a69217beafe2160f1ab4932e3d (diff)
remove unused code
Diffstat (limited to 'test/geo_transformations.cpp')
-rw-r--r--test/geo_transformations.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp
index 41389770c..005a02f71 100644
--- a/test/geo_transformations.cpp
+++ b/test/geo_transformations.cpp
@@ -50,10 +50,6 @@ template<typename Scalar, int Mode, int Options> void non_projective_only()
typedef Translation<Scalar,2> Translation2;
typedef Translation<Scalar,3> Translation3;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-2f;
-
Vector3 v0 = Vector3::Random(),
v1 = Vector3::Random();
@@ -125,10 +121,6 @@ template<typename Scalar, int Mode, int Options> void transformations()
typedef Translation<Scalar,2> Translation2;
typedef Translation<Scalar,3> Translation3;
- Scalar largeEps = test_precision<Scalar>();
- if (internal::is_same<Scalar,float>::value)
- largeEps = 1e-2f;
-
Vector3 v0 = Vector3::Random(),
v1 = Vector3::Random(),
v2 = Vector3::Random();