compilation fixes

This commit is contained in:
Gael Guennebaud
2009-09-17 15:11:13 +02:00
parent 24950bdfcb
commit fcae32cc3f
2 changed files with 6 additions and 6 deletions

View File

@@ -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)) );
}