aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geo_transformations.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-28 09:57:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-28 09:57:35 +0100
commit736d00ab8731105c4a8867bc9045ff31471db62e (patch)
tree8fe0b13fda75cdc467ef85e465cb613a5a46b6a8 /test/geo_transformations.cpp
parent162d29e696b5163be4b6209a743c3b9bac4e9c13 (diff)
typo
Diffstat (limited to 'test/geo_transformations.cpp')
-rw-r--r--test/geo_transformations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/geo_transformations.cpp b/test/geo_transformations.cpp
index 13305ddc8..41389770c 100644
--- a/test/geo_transformations.cpp
+++ b/test/geo_transformations.cpp
@@ -451,7 +451,7 @@ template<typename Scalar> void transform_alignment()
VERIFY_IS_APPROX( (*p1) * (*p1), (*p2)*(*p3));
#ifdef EIGEN_VECTORIZE
- VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective4a));
+ VERIFY_RAISES_ASSERT((::new(reinterpret_cast<void*>(array3u)) Projective3a));
#endif
}