aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sparse.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-27 17:36:58 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-27 17:36:58 +0100
commit32124bc64ace50f40c7e2f79b39dd14e284fb9a3 (patch)
tree05025ee555221c885043aad2c0466fc1474828e0 /test/sparse.h
parent955e0962774188847c8f2883f7006efa9723571d (diff)
EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET must be defined to use Eigen/Sparse
Diffstat (limited to 'test/sparse.h')
-rw-r--r--test/sparse.h2
1 files changed, 2 insertions, 0 deletions
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