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/cholesky.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cholesky.cpp') 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 -- cgit v1.2.3