Skip to content
Snippets Groups Projects
  • Andreas Schenk's avatar
    26c0f9b9
    added Eigen/StdVector include to svd superpose export · 26c0f9b9
    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
    added Eigen/StdVector include to svd superpose export
    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.