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

View file

@ -1618,7 +1618,7 @@ SlicedSupports SLASupportTree::slice(float layerh, float init_layerh) const
heights.emplace_back(h);
}
std::vector<SlicedSupports> mergev(heights.size(), {});
std::vector<SlicedSupports> mergev(heights.size());
slice_part(stree.heads(), mergev, heights);
slice_part(stree.pillars(), mergev, heights);