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
c6bb4f38
Verified
Commit
c6bb4f38
authored
Jul 17, 2020
by
Justin Carpentier
Browse files
core: fix guard
parent
b9a64aff
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/algorithm/kinematics-derivatives.hpp
View file @
c6bb4f38
...
...
@@ -2,8 +2,8 @@
// Copyright (c) 2017-2019 CNRS INRIA
//
#ifndef __pinocchio_kinematics_derivatives_hpp__
#define __pinocchio_kinematics_derivatives_hpp__
#ifndef __pinocchio_
algorithm_
kinematics_derivatives_hpp__
#define __pinocchio_
algorithm_
kinematics_derivatives_hpp__
#include "pinocchio/multibody/model.hpp"
#include "pinocchio/multibody/data.hpp"
...
...
@@ -235,4 +235,4 @@ namespace pinocchio
#include "pinocchio/algorithm/kinematics-derivatives.hxx"
#endif // ifndef __pinocchio_kinematics_derivatives_hpp__
#endif // ifndef __pinocchio_
algorithm_
kinematics_derivatives_hpp__
src/algorithm/kinematics-derivatives.hxx
View file @
c6bb4f38
...
...
@@ -2,8 +2,8 @@
// Copyright (c) 2017-2020 CNRS INRIA
//
#ifndef __pinocchio_kinematics_derivatives_hxx__
#define __pinocchio_kinematics_derivatives_hxx__
#ifndef __pinocchio_
algorithm_
kinematics_derivatives_hxx__
#define __pinocchio_
algorithm_
kinematics_derivatives_hxx__
#include "pinocchio/multibody/visitor.hpp"
#include "pinocchio/algorithm/check.hpp"
...
...
@@ -778,5 +778,4 @@ namespace pinocchio
}
// namespace pinocchio
#endif // ifndef __pinocchio_kinematics_derivatives_hxx__
#endif // ifndef __pinocchio_algorithm_kinematics_derivatives_hxx__
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