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
9ff7853f
Verified
Commit
9ff7853f
authored
Dec 14, 2019
by
Justin Carpentier
Browse files
joint: fix guard
parent
474d0706
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/joint/joint-base.hpp
View file @
9ff7853f
...
...
@@ -3,8 +3,8 @@
// Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France.
//
#ifndef __pinocchio_joint_base_hpp__
#define __pinocchio_joint_base_hpp__
#ifndef __pinocchio_
multibody_
joint_base_hpp__
#define __pinocchio_
multibody_
joint_base_hpp__
#include "pinocchio/math/matrix-block.hpp"
...
...
@@ -368,7 +368,7 @@ namespace pinocchio
protected:
/// Default constructor: protected.
///
///
/// Prevent the construction of stand-alone JointModelBase.
inline
JointModelBase
()
:
i_id
(
std
::
numeric_limits
<
JointIndex
>::
max
()),
i_q
(
-
1
),
i_v
(
-
1
)
{}
...
...
@@ -401,4 +401,4 @@ namespace pinocchio
}
// namespace pinocchio
#endif // ifndef __pinocchio_joint_base_hpp__
#endif // ifndef __pinocchio_
multibody_
joint_base_hpp__
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