From 71a171c267df54118cda01d845d42f3d3d465de3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 4 Jan 2010 19:13:08 +0100 Subject: s/asMatrix()/matrix() --- test/geo_quaternion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/geo_quaternion.cpp') diff --git a/test/geo_quaternion.cpp b/test/geo_quaternion.cpp index a73ff19ec..052c01fbf 100644 --- a/test/geo_quaternion.cpp +++ b/test/geo_quaternion.cpp @@ -95,7 +95,7 @@ template void quaternion(void) VERIFY_IS_APPROX(-v1.normalized(),(q2.setFromTwoVectors(v1,-v1)*v1).normalized()); if (ei_is_same_type::ret) { - v3 = (v1.array()+eps).asMatrix(); + v3 = (v1.array()+eps).matrix(); VERIFY_IS_APPROX( v3.normalized(),(q2.setFromTwoVectors(v1, v3)*v1).normalized()); VERIFY_IS_APPROX(-v3.normalized(),(q2.setFromTwoVectors(v1,-v3)*v1).normalized()); } -- cgit v1.2.3