diff --git a/include/pinocchio/algorithm/crba.hxx b/include/pinocchio/algorithm/crba.hxx index e3bdc91b0..dd823d2d5 100644 --- a/include/pinocchio/algorithm/crba.hxx +++ b/include/pinocchio/algorithm/crba.hxx @@ -76,7 +76,7 @@ namespace pinocchio /// the joints i+[1..n-1] will have idx_v greater than the joint j. This patch compute /// this "left out" part of the M matrix. template class JointCollectionTpl> - static inline void mimic_patch_CrbaWorldConventionBackwardStep( + static void mimic_patch_CrbaWorldConventionBackwardStep( const JointModelBase> & jmodel, const ModelTpl & model, DataTpl & data) @@ -188,7 +188,7 @@ namespace pinocchio typename Scalar, int Options, template class JointCollectionTpl> - static inline void mimic_patch_CrbaLocalConventionBackwardStep( + static void mimic_patch_CrbaLocalConventionBackwardStep( const JointModelBase &, const ModelTpl &, DataTpl &)