fix eigen2_bug_132 test

This commit is contained in:
Benoit Jacob 2011-01-25 08:37:32 -05:00
parent 8acd43bbdb
commit acd2c82655

View File

@ -25,7 +25,7 @@
#include "main.h"
void test_eigen2_bug_132() {
enum { size = 100 };
int size = 100;
MatrixXd A(size, size);
VectorXd b(size), c(size);
{