From 736d00ab8731105c4a8867bc9045ff31471db62e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 28 Jan 2011 09:57:35 +0100 Subject: typo --- test/geo_transformations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/geo_transformations.cpp') 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 void transform_alignment() VERIFY_IS_APPROX( (*p1) * (*p1), (*p2)*(*p3)); #ifdef EIGEN_VECTORIZE - VERIFY_RAISES_ASSERT((::new(reinterpret_cast(array3u)) Projective4a)); + VERIFY_RAISES_ASSERT((::new(reinterpret_cast(array3u)) Projective3a)); #endif } -- cgit v1.2.3