From f2f48b6560b1921c6847bd91b68da9825419d0a3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 23 Aug 2008 17:11:44 +0000 Subject: * remove LargeBit and related stuff * replaced the Flags template parameter of Matrix by StorageOrder and move it back to the 4th position such that we don't have to worry about the two Max* template parameters * extended EIGEN_USING_MATRIX_TYPEDEFS with the ei_* math functions --- test/commainitializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/commainitializer.cpp') diff --git a/test/commainitializer.cpp b/test/commainitializer.cpp index 257ecc21f..a93a57d8f 100644 --- a/test/commainitializer.cpp +++ b/test/commainitializer.cpp @@ -33,7 +33,7 @@ void test_commainitializer() VERIFY_RAISES_ASSERT( (m3 << 1, 2, 3, 4, 5, 6, 7, 8, 9, 10) ); double data[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; - Matrix3d ref = Map >(data); + Matrix3d ref = Map >(data); m3 = Matrix3d::Random(); m3 << 1, 2, 3, 4, 5, 6, 7, 8, 9; -- cgit v1.2.3