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
27242383
Verified
Commit
27242383
authored
Apr 01, 2021
by
Justin Carpentier
Browse files
core: add missing empty constructor for GeometryData
parent
020db82a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/multibody/geometry.hpp
View file @
27242383
...
...
@@ -265,6 +265,9 @@ namespace pinocchio
///
GeometryData
(
const
GeometryData
&
other
);
/// \brief Empty constructor
GeometryData
()
{};
/// \brief Destructor
~
GeometryData
();
...
...
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