aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Array
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-20 08:12:24 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-01-20 08:12:24 -0500
commit66a2ffa9bdcaf97fcc7dbcf0cb882d58f49a7483 (patch)
treec1e88834eb968badd6b3966a6a22649e0165d468 /Eigen/Array
parent96f08213f7a837908caafe197cb8a3e2eb277622 (diff)
Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.
Diffstat (limited to 'Eigen/Array')
-rw-r--r--Eigen/Array10
1 files changed, 2 insertions, 8 deletions
diff --git a/Eigen/Array b/Eigen/Array
index e183006b5..256e2b58f 100644
--- a/Eigen/Array
+++ b/Eigen/Array
@@ -1,14 +1,8 @@
#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
-#ifndef EIGEN_NO_EIGEN2_DEPRECATED_WARNINGS
- #ifdef _MSC_VER
- #pragma message("The inclusion of Eigen/Array is deprecated. \
- The array module is available as soon as Eigen/Core is included.")
- #elif __GNUC__
- #warning "The inclusion of Eigen/Array is deprecated. \
- The array module is available as soon as Eigen/Core is included."
- #endif
+#ifndef EIGEN2_SUPPORT
+ #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
#endif
#include "Core"