From 85fdcdf0554918a485112ed078417379f691d01b Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 17 Aug 2010 20:03:50 +0200 Subject: Fixed Geometry module failures. Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase. --- test/stdvector.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/stdvector.cpp') diff --git a/test/stdvector.cpp b/test/stdvector.cpp index b44dadf42..9abde0910 100644 --- a/test/stdvector.cpp +++ b/test/stdvector.cpp @@ -152,10 +152,10 @@ void test_stdvector() CALL_SUBTEST_3(check_stdvector_matrix(MatrixXcf(10,10))); // some Transform - CALL_SUBTEST_4(check_stdvector_transform(Transform2f())); - CALL_SUBTEST_4(check_stdvector_transform(Transform3f())); - CALL_SUBTEST_4(check_stdvector_transform(Transform3d())); - //CALL_SUBTEST(heck_stdvector_transform(Transform4d())); + CALL_SUBTEST_4(check_stdvector_transform(Projective2f())); + CALL_SUBTEST_4(check_stdvector_transform(Projective3f())); + CALL_SUBTEST_4(check_stdvector_transform(Projective3d())); + //CALL_SUBTEST(heck_stdvector_transform(Projective4d())); // some Quaternion CALL_SUBTEST_5(check_stdvector_quaternion(Quaternionf())); -- cgit v1.2.3