mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-10 14:22:46 -06:00
11 lines
304 B
Text
11 lines
304 B
Text
#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
|