From db030d4e285510f3684f7bce771ebe72b1505cb2 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 14 Sep 2008 11:59:10 +0000 Subject: * fix issues with "long double" type (useful to enforce the use of x87 registers) * extend the documentation on "extending Eigen" --- test/basicstuff.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/basicstuff.cpp') diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp index 769e021af..40e999c87 100644 --- a/test/basicstuff.cpp +++ b/test/basicstuff.cpp @@ -111,5 +111,6 @@ void test_basicstuff() CALL_SUBTEST( basicStuff(MatrixXi(8, 12)) ); CALL_SUBTEST( basicStuff(MatrixXcd(20, 20)) ); CALL_SUBTEST( basicStuff(Matrix()) ); + CALL_SUBTEST( basicStuff(Matrix(10,10)) ); } } -- cgit v1.2.3