From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001
From: Shashank
Date: Mon, 29 May 2017 12:40:26 +0530
Subject: CMSCOPE changed

---
 usr/include/Eigen/Array | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100755 usr/include/Eigen/Array

(limited to 'usr/include/Eigen/Array')

diff --git a/usr/include/Eigen/Array b/usr/include/Eigen/Array
new file mode 100755
index 000000000..3d004fb69
--- /dev/null
+++ b/usr/include/Eigen/Array
@@ -0,0 +1,11 @@
+#ifndef EIGEN_ARRAY_MODULE_H
+#define EIGEN_ARRAY_MODULE_H
+
+// include Core first to handle Eigen2 support macros
+#include "Core"
+
+#ifndef EIGEN2_SUPPORT
+  #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
+#endif
+
+#endif // EIGEN_ARRAY_MODULE_H
-- 
cgit