diff options
Diffstat (limited to 'src/linalg.h')
-rw-r--r-- | src/linalg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/linalg.h b/src/linalg.h index 744e810..e20d8d8 100644 --- a/src/linalg.h +++ b/src/linalg.h @@ -1,8 +1,6 @@ #ifndef LINALG_H_ #define LINALG_H_ -#ifndef EIGEN_DONT_ALIGN -#define EIGEN_DONT_ALIGN -#endif + #include <Eigen/Core> #include <Eigen/Geometry> #include <Eigen/Dense> |