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
dbfb739d
Verified
Commit
dbfb739d
authored
Mar 31, 2020
by
Justin Carpentier
Browse files
core/geometry: remove useless guard
parent
571e910a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/geometry.hxx
View file @
dbfb739d
...
...
@@ -74,7 +74,6 @@ namespace pinocchio
boost
::
bind
(
&
GeometryObject
::
name
,
_1
)
==
name
)
!=
geometryObjects
.
end
();
}
#ifdef PINOCCHIO_WITH_HPP_FCL
inline
void
GeometryData
::
fillInnerOuterObjectMaps
(
const
GeometryModel
&
geomModel
)
{
innerObjects
.
clear
();
...
...
@@ -88,7 +87,6 @@ namespace pinocchio
outerObjects
[
geomModel
.
geometryObjects
[
pair
.
first
].
parentJoint
].
push_back
(
pair
.
second
);
}
}
#endif
inline
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
GeometryModel
&
geomModel
)
{
...
...
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