1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Trying to fix compilation of IGL AABB tree on 32 bit platform.

Removing alignment constraints from Eigen Matrix aliases.
This commit is contained in:
tamasmeszaros
2018-11-08 16:40:47 +01:00
parent 100386c699
commit 4a2da3d443
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ struct Contour3D {
}
};
using PointSet = Eigen::MatrixXd;
//using PointSet = Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::DontAlign>; //Eigen::MatrixXd;
using ClusterEl = std::vector<unsigned>;
using ClusteredPoints = std::vector<ClusterEl>;