aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Array
blob: 6eaa0f978fc14338c6a5bfe1d274ff028b742603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H

#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

#include "Core"

#endif // EIGEN_ARRAY_MODULE_H