Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
b136d1bb
Verified
Commit
b136d1bb
authored
Oct 11, 2019
by
Justin Carpentier
Browse files
visitor/unitary: remove useless boost::get
parent
49e07418
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/visitor/joint-unary-visitor.hpp
View file @
b136d1bb
...
...
@@ -128,7 +128,7 @@ namespace pinocchio
{
return
bf
::
invoke
(
&
JointVisitorDerived
::
template
algo
<
JointModelDerived
>,
bf
::
make_vector
(
boost
::
ref
(
jmodel
.
derived
()),
boost
::
ref
(
boost
::
ref
(
boost
::
get
<
typename
JointModelBase
<
JointModelDerived
>::
JointDataDerived
>
(
jdata
))))
)
;
boost
::
ref
(
boost
::
get
<
typename
JointModelBase
<
JointModelDerived
>::
JointDataDerived
>
(
jdata
))));
}
JointData
&
jdata
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment