From e8768251db2e82638dde40e1fd993fdca43b755b Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 25 Dec 2010 17:01:01 -0500 Subject: rename macro --- test/product_notemporary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/product_notemporary.cpp') 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" -- cgit v1.2.3