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
1e1253a9
Unverified
Commit
1e1253a9
authored
Oct 20, 2020
by
Justin Carpentier
Committed by
GitHub
Oct 20, 2020
Browse files
Merge pull request #1325 from nim65s/devel
add missing use of PINOCCHIO_PRAGMA_DEPRECATED_HEADER
parents
4e9ed4fc
efa63df0
Pipeline
#11801
passed with stage
in 156 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/dynamics.hpp
View file @
1e1253a9
...
...
@@ -5,7 +5,9 @@
#ifndef __pinocchio_dynamics_hpp__
#define __pinocchio_dynamics_hpp__
#pragma message("The file pinocchio/algorithm/dynamics.hpp is now deprecated. Please use pinocchio/algorithm/contact-dynamics.hpp instead.")
#include "pinocchio/macros.hpp"
PINOCCHIO_PRAGMA_DEPRECATED_HEADER
(
pinocchio
/
algorithm
/
dynamics
.
hpp
,
pinocchio
/
algorithm
/
contact
-
dynamics
.
hpp
)
#include "pinocchio/algorithm/contact-dynamics.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