Skip to content

Commit

Permalink
core: Fix aba explicit template instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Jan 3, 2025
1 parent ecc688d commit 209cb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pinocchio/algorithm/aba.txx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace pinocchio
{
extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI const context::VectorXs & aba<
extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DECLARATION_DLLAPI const context::VectorXs & aba<
context::Scalar,
context::Options,
JointCollectionDefaultTpl,
Expand All @@ -21,7 +21,7 @@ namespace pinocchio
const Eigen::MatrixBase<Eigen::Ref<const context::VectorXs>> &,
const Convention);

extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DEFINITION_DLLAPI const context::VectorXs & aba<
extern template PINOCCHIO_EXPLICIT_INSTANTIATION_DECLARTION_DLLAPI const context::VectorXs & aba<
context::Scalar,
context::Options,
JointCollectionDefaultTpl,
Expand Down

0 comments on commit 209cb2c

Please sign in to comment.