Skip to content

Commit

Permalink
[algo/kinematics] Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
Megane Millan committed Jan 16, 2025
1 parent e117132 commit 5aa1149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pinocchio/algorithm/crba.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<typename Scalar, int Options, template<typename, int> class JointCollectionTpl>
static inline void mimic_patch_CrbaWorldConventionBackwardStep(
static void mimic_patch_CrbaWorldConventionBackwardStep(
const JointModelBase<JointModelMimicTpl<Scalar, Options, JointCollectionTpl>> & jmodel,
const ModelTpl<Scalar, Options, JointCollectionTpl> & model,
DataTpl<Scalar, Options, JointCollectionTpl> & data)
Expand Down Expand Up @@ -188,7 +188,7 @@ namespace pinocchio
typename Scalar,
int Options,
template<typename, int> class JointCollectionTpl>
static inline void mimic_patch_CrbaLocalConventionBackwardStep(
static void mimic_patch_CrbaLocalConventionBackwardStep(
const JointModelBase<JointModel> &,
const ModelTpl<Scalar, Options, JointCollectionTpl> &,
DataTpl<Scalar, Options, JointCollectionTpl> &)
Expand Down

0 comments on commit 5aa1149

Please sign in to comment.