aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2009-09-17 15:11:13 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2009-09-17 15:11:13 +0200
commitfcae32cc3fde7e0a4928c1f896f3eac82b48891d (patch)
treeb7c3e4af91afbee501389e3c2bfbd4248be40864 /test
parent24950bdfcb60830bc615220f993c12082dd42059 (diff)
compilation fixes
Diffstat (limited to 'test')
-rw-r--r--test/redux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/redux.cpp b/test/redux.cpp
index b929fdc0e..951b34bca 100644
--- a/test/redux.cpp
+++ b/test/redux.cpp
@@ -120,7 +120,7 @@ void test_redux()
CALL_SUBTEST( matrixRedux(MatrixXi(8, 12)) );
}
for(int i = 0; i < g_repeat; i++) {
- CALL_SUBTEST( vectorRedux(VectorX4f()) );
+ CALL_SUBTEST( vectorRedux(Vector4f()) );
CALL_SUBTEST( vectorRedux(VectorXd(10)) );
CALL_SUBTEST( vectorRedux(VectorXf(33)) );
}