From 32124bc64ace50f40c7e2f79b39dd14e284fb9a3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 27 Jan 2011 17:36:58 +0100 Subject: EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse --- test/sparse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/sparse.h') diff --git a/test/sparse.h b/test/sparse.h index 1489f2a0e..b343427e5 100644 --- a/test/sparse.h +++ b/test/sparse.h @@ -24,6 +24,8 @@ #ifndef EIGEN_TESTSPARSE_H +#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET + #include "main.h" #if EIGEN_GNUC_AT_LEAST(4,0) && !defined __ICC -- cgit v1.2.3