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
e352868f
Verified
Commit
e352868f
authored
Apr 01, 2021
by
Justin Carpentier
Browse files
core: remove useless var
parent
16f781a7
Pipeline
#13840
passed with stage
in 157 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/fcl.hpp
View file @
e352868f
...
...
@@ -245,7 +245,7 @@ PINOCCHIO_COMPILER_DIAGNOSTIC_POP
PINOCCHIO_COMPILER_DIAGNOSTIC_PUSH
PINOCCHIO_COMPILER_DIAGNOSTIC_IGNORED_DEPRECECATED_DECLARATIONS
GeometryObject
(
const
GeometryObject
&
other
,
bool
deep_copy
=
false
)
GeometryObject
(
const
GeometryObject
&
other
)
:
fcl
(
geometry
)
{
*
this
=
other
;
...
...
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