aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cholesky.cpp
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-12-25 17:01:01 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-12-25 17:01:01 -0500
commite8768251db2e82638dde40e1fd993fdca43b755b (patch)
tree2399e4fee0ec9b56a108868293d73f5698c43b0c /test/cholesky.cpp
parent86d3711fb7e06bd1e31ae6ad5fbac35fe17e5a3d (diff)
rename macro
Diffstat (limited to 'test/cholesky.cpp')
-rw-r--r--test/cholesky.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cholesky.cpp b/test/cholesky.cpp
index 1a6d4bed6..293a375ad 100644
--- a/test/cholesky.cpp
+++ b/test/cholesky.cpp
@@ -28,7 +28,7 @@
static int nb_temporaries;
-#define EIGEN_DEBUG_MATRIX_CTOR { if(size!=0) nb_temporaries++; }
+#define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { if(size!=0) nb_temporaries++; }
#include "main.h"
#include <Eigen/Cholesky>