eigen/Eigen/Array

15 lines
398 B
Plaintext
Raw Normal View History

#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
2010-01-21 03:51:01 +08:00
#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."
2010-01-21 03:51:01 +08:00
#endif
2010-01-21 03:51:01 +08:00
#include "Core"
#endif // EIGEN_ARRAY_MODULE_H