Skip to content
Snippets Groups Projects
user avatar
Andreas Schenk authored
The template specialization for std::vector in Eigen/StdVector seems
to change the symbol generated for std::vector<geom::Vec3>, which can
lead to missing symbols in libost_mol_alg during linking or at runtime,
depending on the compiler. Adding the StdVector include also to
python export of svd superpose helps to generate consistent symbols.
26c0f9b9
History