Skip to content

Commit

Permalink
[Joint/joint-mimic] Change order to remove compilation warning
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Vaillant <[email protected]>
  • Loading branch information
MegMll and jorisv authored Feb 19, 2025
1 parent ac10ab3 commit 4d4da0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pinocchio/multibody/joint/joint-mimic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ namespace pinocchio
}

explicit ScaledJointMotionSubspaceTpl(const Scalar & scaling_factor)
: m_scaling_factor(scaling_factor)
, m_constraint(0)
: m_constraint(0)
, m_scaling_factor(scaling_factor)
{
}

Expand Down

0 comments on commit 4d4da0f

Please sign in to comment.