From 5aa1149a8ea1bfc203e044b05e3e150fc7e05472 Mon Sep 17 00:00:00 2001 From: Megane Millan Date: Thu, 16 Jan 2025 10:54:07 +0100 Subject: [PATCH] [algo/kinematics] Remove inline --- include/pinocchio/algorithm/crba.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &)