aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_trmv.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-07 11:13:30 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-07 11:13:30 +0200
commit3a7f16a65559ef63b04a7949aad2ae6933f3e946 (patch)
treebdc49515ba677c51e5825f3b5eccd40a8af7ff67 /test/product_trmv.cpp
parentb0896382a3d9d7ab31dee8a6c8c8256fd13a14e2 (diff)
typo
Diffstat (limited to 'test/product_trmv.cpp')
-rw-r--r--test/product_trmv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/product_trmv.cpp b/test/product_trmv.cpp
index 9ce09e429..d32e96c55 100644
--- a/test/product_trmv.cpp
+++ b/test/product_trmv.cpp
@@ -94,7 +94,7 @@ void test_product_trmv()
CALL_SUBTEST_2( trmv(Matrix<float, 2, 2>()) );
CALL_SUBTEST_3( trmv(Matrix3d()) );
s = ei_random<int>(1,200);
- CALL_SUBTEST_4( trmv(MatrixXcf(s)) );
+ CALL_SUBTEST_4( trmv(MatrixXcf(s,s)) );
s = ei_random<int>(1,200);
CALL_SUBTEST_5( trmv(MatrixXcd(s,s)) );
s = ei_random<int>(1,320);