aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/product_notemporary.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/product_notemporary.cpp
parent86d3711fb7e06bd1e31ae6ad5fbac35fe17e5a3d (diff)
rename macro
Diffstat (limited to 'test/product_notemporary.cpp')
-rw-r--r--test/product_notemporary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/product_notemporary.cpp b/test/product_notemporary.cpp
index f4f846602..0d33e0ffb 100644
--- a/test/product_notemporary.cpp
+++ b/test/product_notemporary.cpp
@@ -30,7 +30,7 @@ void on_temporary_creation(int size) {
}
-#define EIGEN_DEBUG_MATRIX_CTOR { on_temporary_creation(size); }
+#define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
#include "main.h"